Spanish translations

This commit is contained in:
Ben Grant 2021-05-25 14:10:25 +10:00
parent 053b0fa6fb
commit 06b0b05a2a
22 changed files with 290 additions and 85 deletions

View file

@ -9,6 +9,9 @@ i18n
.use(initReactI18next)
.init({
fallbackLng: 'en',
supportedLngs: ['en', 'de', 'es', 'ko'],
ns: 'common',
defaultNS: 'common',
debug: process.env.NODE_ENV !== 'production',
interpolation: {
escapeValue: false,