feat(i18n): Add Portuguese translations
This commit is contained in:
@@ -5,6 +5,7 @@ import nlTranslations from './locales/nl.json' with {type: 'json'};
|
||||
import frTranslations from './locales/fr.json' with {type: 'json'};
|
||||
import deTranslations from './locales/de.json' with {type: 'json'};
|
||||
import hiTranslations from './locales/hi.json' with {type: 'json'};
|
||||
import ptTranslations from './locales/pt.json' with {type: 'json'};
|
||||
export {
|
||||
SUPPORTED_LANGUAGES,
|
||||
DEFAULT_LANGUAGE,
|
||||
@@ -34,6 +35,7 @@ const translationsMap: Record<string, Translations> = {
|
||||
de: deTranslations,
|
||||
fr: frTranslations,
|
||||
hi: hiTranslations,
|
||||
pt: ptTranslations,
|
||||
};
|
||||
|
||||
// In-memory cache for loaded translations
|
||||
|
||||
Reference in New Issue
Block a user