Fix language sorting
This commit is contained in:
parent
e341df1e26
commit
b002a69bf8
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ const addLanguages = (lang) => {
|
||||||
const languages = { en }
|
const languages = { en }
|
||||||
|
|
||||||
// Add new languages to the object below (please keep alphabetic sort)
|
// 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"
|
// "Hack" to make "albumSongs" resource use the same translations as "song"
|
||||||
Object.keys(languages).forEach(
|
Object.keys(languages).forEach(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue