Add 🇧🇬 Bulgarian translations

This commit is contained in:
M Asenov
2022-06-04 20:33:59 +01:00
parent ef786dbb7c
commit 0ca5540372
2 changed files with 315 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ import ru from '@/assets/locales/ru.json';
import nb from '@/assets/locales/nb.json';
import pirate from '@/assets/locales/zz-pirate.json';
import sv from '@/assets/locales/sv.json';
import bg from '@/assets/locales/bg.json';
// Language data - Next register your language by adding it to this list
export const languages = [
@@ -128,6 +129,12 @@ export const languages = [
locale: sv,
flag: '🇸🇪',
},
{ // Bulgarian
name: 'Български',
code: 'bg',
locale: bg,
flag: '🇧🇬',
},
];
/**