mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-15 19:50:37 +03:00
Disable French translation
This commit is contained in:
parent
05958f5195
commit
3b7d7bdb04
@ -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'
|
||||
@ -11,7 +11,7 @@ const addLanguages = (lang) => {
|
||||
const languages = { en }
|
||||
|
||||
// Add new languages to the object bellow
|
||||
addLanguages({ cn, fr, it, pt })
|
||||
addLanguages({ cn, 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