From b002a69bf8b692e50b7329039632ced12e7b8d61 Mon Sep 17 00:00:00 2001 From: Deluan Date: Fri, 1 May 2020 10:48:28 -0400 Subject: [PATCH] Fix language sorting --- ui/src/i18n/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/i18n/index.js b/ui/src/i18n/index.js index 54df14c34..73901556c 100644 --- a/ui/src/i18n/index.js +++ b/ui/src/i18n/index.js @@ -12,7 +12,7 @@ const addLanguages = (lang) => { const languages = { en } // Add new languages to the object below (please keep alphabetic sort) -addLanguages({ zh, fr, it, nl, pt }) +addLanguages({ fr, it, nl, pt, zh }) // "Hack" to make "albumSongs" resource use the same translations as "song" Object.keys(languages).forEach(