Merge pull request 'refactor: Rename Portuguese locale file and update language code' (#151) from jaredyalves/Hyperpipe:refactor-portuguese into main

Reviewed-on: https://codeberg.org/Hyperpipe/Hyperpipe/pulls/151
This commit is contained in:
Shiny Nematoda 2023-11-24 15:55:42 +00:00
commit c4d958f6c4
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',
},
{