Added pt_PT locale to supported_locales.dart

This commit is contained in:
Ricardo Simões 2021-12-16 17:01:04 +00:00 committed by GitHub
parent c7fd1767d5
commit 7dc983ed66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -27,5 +27,6 @@ final supportedLocales = [
'nl',
'no',
//'oc',
'pt_PT',
'ru',
];