feat(i18n): improve pt locale with pt-BR phrasings, remove duplicate pt-BR file
This commit is contained in:
@@ -8,7 +8,6 @@ import deTranslations from './locales/de.json';
|
||||
import ruTranslations from './locales/ru.json';
|
||||
import ptTranslations from './locales/pt.json';
|
||||
import nlTranslations from './locales/nl.json';
|
||||
import ptBrTranslations from './locales/pt-br.json';
|
||||
|
||||
i18n
|
||||
.use(HttpBackend)
|
||||
@@ -34,9 +33,6 @@ i18n
|
||||
nl: {
|
||||
translation: nlTranslations,
|
||||
},
|
||||
'pt-BR': {
|
||||
translation: ptBrTranslations,
|
||||
},
|
||||
},
|
||||
|
||||
interpolation: {
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
+699
-699
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user