Skip to content
Snippets Groups Projects
Commit 8ca0169f authored by Chris Beer's avatar Chris Beer
Browse files

Fix language sort order

parent 4d510f2b
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@ import nbNo from './locales/nbNo/translation.json';
function createI18nInstance() {
const resources = {
ar,
bg,
de,
en,
fr,
......@@ -41,7 +42,6 @@ function createI18nInstance() {
vi,
'zh-CN': zhCn,
'zh-TW': zhTw,
bg
};
const instance = i18n.createInstance();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment