Skip to content

Commit

Permalink
fix: Correction to the language code for Português, Italian and German
Browse files Browse the repository at this point in the history
  • Loading branch information
heldersepu committed Oct 12, 2023
1 parent f098fe1 commit 98083b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/account-settings/site-language/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,17 +75,17 @@ const siteLanguageList = [
released: true,
},
{
code: 'pt',
code: 'pt-PT',
name: 'Português',
released: true,
},
{
code: 'it',
code: 'it-IT',
name: 'Italian',
released: true,
},
{
code: 'de',
code: 'de-DE',
name: 'German',
released: true,
},
Expand Down

0 comments on commit 98083b1

Please sign in to comment.