Fix #624 - Add localization for Bulgarian (#645)

* Add translation files and declarations for Bulgarian

* Add a bunch of translations to bg.jsx

* Add rest of translations to bg.jsx

* Add devise translations

* Fix devise translations
This commit is contained in:
Svetlozar Todorov 2017-04-13 14:16:28 +03:00 committed by Eugen
parent 4f781b17cc
commit aa7bf1515c
9 changed files with 463 additions and 4 deletions

View file

@ -11,7 +11,7 @@ import eo from './eo';
import ru from './ru';
import ja from './ja';
import zh_hk from './zh-hk';
import bg from './bg';
const locales = {
en,
@ -27,6 +27,7 @@ const locales = {
ru,
ja,
'zh-HK': zh_hk,
bg,
};
export default function getMessagesForLocale (locale) {