Skip to content

Commit

Permalink
Localization for Brazilian Portuguese (pt-br) (#1785)
Browse files Browse the repository at this point in the history
* add pt-br language

* fix: some changes in translation for better localization for pt-br

* fix: lint correction in pt-br locale

* fix: some casing corrections in pt-br locale
  • Loading branch information
Kahlis committed Jul 14, 2024
1 parent c91bbab commit 3f6ebc2
Show file tree
Hide file tree
Showing 2 changed files with 411 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/src/components/navbar/LocaleSelector.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ const locales = [
text: "🇪🇸",
value: "es",
},
{
text: "🇧🇷",
value: "pt-br",
},
];
const store = useStore();
Expand Down
Loading

0 comments on commit 3f6ebc2

Please sign in to comment.