From 3b7d7bdb04f5d5c701e1673958baf0eca5d7f0bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deluan=20Quint=C3=A3o?= <github@deluan.com> Date: Sat, 18 Apr 2020 14:21:17 -0400 Subject: [PATCH] Disable French translation --- ui/src/i18n/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/i18n/index.js b/ui/src/i18n/index.js index 864699a78..9875a2b80 100644 --- a/ui/src/i18n/index.js +++ b/ui/src/i18n/index.js @@ -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(