diff --git a/assets/translations/pt_PT.json b/assets/translations/pt-BR.json similarity index 100% rename from assets/translations/pt_PT.json rename to assets/translations/pt-BR.json diff --git a/assets/translations/pt-PT.json b/assets/translations/pt-PT.json new file mode 100644 index 00000000..0967ef42 --- /dev/null +++ b/assets/translations/pt-PT.json @@ -0,0 +1 @@ +{} diff --git a/lib/core/constants.dart/locale.dart b/lib/core/constants.dart/locale.dart index 019e0099..617bf8cb 100644 --- a/lib/core/constants.dart/locale.dart +++ b/lib/core/constants.dart/locale.dart @@ -24,7 +24,7 @@ final supportedLocales = [ AppLanguage('Norsk', const Locale('no', 'NO')), AppLanguage('ଓଡ଼ିଆ', const Locale('or', 'IN')), AppLanguage('polski', const Locale('pl', 'PL')), - // AppLanguage('português', const Locale('pt', 'PT')), + AppLanguage('português', const Locale('pt', 'PT')), AppLanguage('português brasileiro', const Locale('pt', 'BR')), AppLanguage('limba română', const Locale('ro', 'RO')), AppLanguage('русский язык', const Locale('ru', 'RU')),