feat(locale): add bulgarian locale (#5054)

This commit is contained in:
jimjja
2021-03-09 15:51:18 +00:00
committed by GitHub
parent 5bcbe7b0ed
commit 776e2a2a8d
2 changed files with 303 additions and 0 deletions

View File

@ -24,3 +24,4 @@ export { default as vi } from './vi';
export { default as zh_Hant } from './zh_Hant';
export { default as ko } from './ko';
export { default as hr } from './hr';
export { default as bg } from './bg';