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
#903)

fix: Correction to the language code for Português, Italian and German

lowercase code for DE

lowercase code for IT

Co-authored-by: Omar Al-Ithawi <[email protected]>
  • Loading branch information
heldersepu and OmarIthawi authored Oct 23, 2023
1 parent a94f472 commit 5f49bed
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 5f49bed

Please sign in to comment.