Skip to content

Commit 8ca0169

Browse files
committed
Fix language sort order
1 parent 4d510f2 commit 8ca0169

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/i18n.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import nbNo from './locales/nbNo/translation.json';
2525
function createI18nInstance() {
2626
const resources = {
2727
ar,
28+
bg,
2829
de,
2930
en,
3031
fr,
@@ -41,7 +42,6 @@ function createI18nInstance() {
4142
vi,
4243
'zh-CN': zhCn,
4344
'zh-TW': zhTw,
44-
bg
4545
};
4646

4747
const instance = i18n.createInstance();

0 commit comments

Comments
 (0)