🐛 Fixed not building

This commit is contained in:
Mawoka
2023-06-28 09:35:59 +02:00
parent 8162b1b1e1
commit 5791f8021f
-2
View File
@@ -5,7 +5,6 @@
*/
import i18next from 'i18next';
import translations from './translations';
import en from './locales/en.json';
import de from './locales/de.json';
import fr from './locales/fr.json';
@@ -50,7 +49,6 @@ export class I18nService {
fallbackLng: 'en',
debug: false,
defaultNS: 'translation',
resources: translations as Resource,
interpolation: {
escapeValue: false
},