mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-27 20:58:01 +02:00
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:
parent
0542d1d91d
commit
ee87a2a590
2 changed files with 3 additions and 3 deletions
|
@ -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',
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue