Add Italian localization
This commit is contained in:
committed by
Deluan Quintão
parent
d09a2182e0
commit
d117d5794d
@@ -1,5 +1,6 @@
|
||||
import deepmerge from 'deepmerge'
|
||||
import en from './en'
|
||||
import it from './it'
|
||||
import pt from './pt'
|
||||
|
||||
const addLanguages = (lang) => {
|
||||
@@ -8,7 +9,7 @@ const addLanguages = (lang) => {
|
||||
const languages = { en }
|
||||
|
||||
// Add new languages to the object bellow
|
||||
addLanguages({ pt })
|
||||
addLanguages({ it, pt })
|
||||
|
||||
// "Hack" to make "albumSongs" resource use the same translations as "song"
|
||||
Object.keys(languages).forEach(
|
||||
|
||||
Reference in New Issue
Block a user