mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-16 20:12:22 +03:00
Rename Chinese translation file to zh
This commit is contained in:
parent
35e8c1c407
commit
e341df1e26
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user