Skip to content

Commit

Permalink
Enabled Portuguese language
Browse files Browse the repository at this point in the history
Resolves #390
  • Loading branch information
Donkie committed Jun 8, 2024
1 parent 8f2cc05 commit c7d58a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/src/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ export const languages: { [key: string]: Language } = {
countryCode: "dk",
fullCode: "da-DK",
},
["pt"]: {
name: "Português",
countryCode: "pt",
fullCode: "pt-PT",
},
};

i18n
Expand Down

0 comments on commit c7d58a2

Please sign in to comment.