Skip to content

Commit

Permalink
🔥 Ne pas charger les traductions de mon-entreprise.fr
Browse files Browse the repository at this point in the history
Même si l'on garde i18n pour l'instant, il sera utile pour traduire le
site en anglais
  • Loading branch information
laem committed Apr 25, 2020
1 parent 2536674 commit ebe5c4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/i18n.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import i18next from 'i18next'
import { initReactI18next } from 'react-i18next'
import enTranslations from './locales/en.yaml'
//import enTranslations from './locales/en.yaml'
import unitsTranslations from './locales/units.yaml'
import { getSessionStorage } from './utils'

Expand All @@ -22,7 +22,7 @@ i18next
resources: {
fr: { units: unitsTranslations.fr },
en: {
translation: enTranslations,
translation: {},
units: unitsTranslations.en
}
}
Expand Down

0 comments on commit ebe5c4e

Please sign in to comment.