refactor: Rename Portuguese locale file and update language code

- Renamed the Portuguese locale file from 'pt.json' to 'pt_pt.json'.
- Updated the language code in the 'misc.js' store to 'pt_pt' for Portugal.
- Adjusted the language name to 'Português (Portugal)' for clarity.
This commit is contained in:
Járedy Alves 2023-11-24 13:09:29 +00:00
parent 0542d1d91d
commit ee87a2a590
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -86,13 +86,13 @@ export const SUPPORTED_LOCALES = [
cc: 'NL',
},
{
code: 'pt',
name: 'Português',
code: 'pt_pt',
name: 'Português (Portugal)',
cc: 'PT',
},
{
code: 'pt_br',
name: 'Português Brasileiro',
name: 'Português (Brasil)',
cc: 'BR',
},
{