Well, my localization module already does that. You need to switch from Swedish to Portuguise:
// In addition to DEFAULT_LANGUAGE (English)
const supportedLanguages = {
'pt-PT': 'pt',
'pt': 'pt',
};
Well, my localization module already does that. You need to switch from Swedish to Portuguise:
// In addition to DEFAULT_LANGUAGE (English)
const supportedLanguages = {
'pt-PT': 'pt',
'pt': 'pt',
};