mirror of
https://github.com/LogicLabs-OU/OpenArchiver.git
synced 2026-04-06 00:31:57 +02:00
Update Bulgarian language setting, register language
This commit is contained in:
@@ -12,6 +12,7 @@ import nl from './nl.json';
|
||||
import ja from './ja.json';
|
||||
import et from './et.json';
|
||||
import el from './el.json';
|
||||
import bg from './bg.json'
|
||||
// This is your config object.
|
||||
// It defines the languages and how to load them.
|
||||
const config: Config = {
|
||||
@@ -77,6 +78,12 @@ const config: Config = {
|
||||
key: 'app',
|
||||
loader: async () => el.app,
|
||||
},
|
||||
// Bulgarian 🇧🇬
|
||||
{
|
||||
locale: 'bg',
|
||||
key: 'app',
|
||||
loader: async () => bg.app,
|
||||
},
|
||||
],
|
||||
fallbackLocale: 'en',
|
||||
};
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
{ value: 'pt', label: '🇵🇹 Português' },
|
||||
{ value: 'nl', label: '🇳🇱 Nederlands' },
|
||||
{ value: 'el', label: '🇬🇷 Ελληνικά' },
|
||||
{ value: 'bg', label: '🇧🇬 български' },
|
||||
{ value: 'ja', label: '🇯🇵 日本語' },
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user