This commit is contained in:
Deluan
2020-04-29 17:38:03 -04:00
parent e65fb189ce
commit 7ad9c385b5
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ const addLanguages = (lang) => {
}
const languages = { en }
// Add new languages to the object bellow (please keep alphabetic sort)
// Add new languages to the object below (please keep alphabetic sort)
addLanguages({ cn, fr, it, nl, pt })
// "Hack" to make "albumSongs" resource use the same translations as "song"