🐛 Fixed not building
This commit is contained in:
@@ -5,7 +5,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
import i18next from 'i18next';
|
import i18next from 'i18next';
|
||||||
import translations from './translations';
|
|
||||||
import en from './locales/en.json';
|
import en from './locales/en.json';
|
||||||
import de from './locales/de.json';
|
import de from './locales/de.json';
|
||||||
import fr from './locales/fr.json';
|
import fr from './locales/fr.json';
|
||||||
@@ -50,7 +49,6 @@ export class I18nService {
|
|||||||
fallbackLng: 'en',
|
fallbackLng: 'en',
|
||||||
debug: false,
|
debug: false,
|
||||||
defaultNS: 'translation',
|
defaultNS: 'translation',
|
||||||
resources: translations as Resource,
|
|
||||||
interpolation: {
|
interpolation: {
|
||||||
escapeValue: false
|
escapeValue: false
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user