mirror of
https://github.com/navidrome/navidrome.git
synced 2026-03-04 06:35:52 +00:00
Enable French translation
This commit is contained in:
parent
79454d7a92
commit
34ad740e07
@ -1,6 +1,6 @@
|
||||
import deepmerge from 'deepmerge'
|
||||
import en from './en'
|
||||
// import fr from './fr'
|
||||
import fr from './fr'
|
||||
import it from './it'
|
||||
import pt from './pt'
|
||||
import cn from './cn'
|
||||
@ -10,8 +10,8 @@ const addLanguages = (lang) => {
|
||||
}
|
||||
const languages = { en }
|
||||
|
||||
// Add new languages to the object bellow
|
||||
addLanguages({ cn, it, pt })
|
||||
// Add new languages to the object bellow (please keep alphabetic sort)
|
||||
addLanguages({ cn, fr, it, 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