* 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:
parent
4f781b17cc
commit
aa7bf1515c
9 changed files with 463 additions and 4 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue