Rename Chinese translation file to zh

This commit is contained in:
Deluan 2020-05-01 10:43:49 -04:00
parent 35e8c1c407
commit e341df1e26
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
import deepmerge from 'deepmerge'
import en from './en'
import cn from './cn'
import zh from './zh'
import fr from './fr'
import it from './it'
import nl from './nl'
@ -12,7 +12,7 @@ const addLanguages = (lang) => {
const languages = { en }
// Add new languages to the object below (please keep alphabetic sort)
addLanguages({ cn, fr, it, nl, pt })
addLanguages({ zh, fr, it, nl, pt })
// "Hack" to make "albumSongs" resource use the same translations as "song"
Object.keys(languages).forEach(