Add French localization

This commit is contained in:
jvoisin
2020-04-16 13:59:51 +02:00
committed by Deluan Quintão
parent 6cf4b81de9
commit 05958f5195
4 changed files with 218 additions and 1 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
import deepmerge from 'deepmerge'
import en from './en'
import fr from './fr'
import it from './it'
import pt from './pt'
import cn from './cn'
@@ -10,7 +11,7 @@ const addLanguages = (lang) => {
const languages = { en }
// Add new languages to the object bellow
addLanguages({ cn, it, pt })
addLanguages({ cn, fr, it, pt })
// "Hack" to make "albumSongs" resource use the same translations as "song"
Object.keys(languages).forEach(