Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoBSalgueiro committed Sep 25, 2024
2 parents 0526b20 + 13821c5 commit 2ee474f
Show file tree
Hide file tree
Showing 4 changed files with 501 additions and 130 deletions.
4 changes: 4 additions & 0 deletions src/components/settings/SettingsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,10 @@ export default function Page() {
value: "pl_PL",
label: "Polish",
},
{
value: "nb_NO",
label: "Norsk bokmål",
},
{
value: "pt_PT",
label: "Portuguese",
Expand Down
2 changes: 2 additions & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import { en_US } from "./translation/en_US";
import { es_ES } from "./translation/es_ES";
import { fr_FR } from "./translation/fr_FR";
import { it_IT } from "./translation/it_IT";
import { nb_NO } from "./translation/nb_NO";
import { pl_PL } from "./translation/pl_PL";
import { pt_PT } from "./translation/pt_PT";
import { ru_RU } from "./translation/ru_RU";
Expand All @@ -26,6 +27,7 @@ i18n.use(initReactI18next).init({
ru_RU: ru_RU,
uk_UA: uk_UA,
be_BY: be_BY,
nb_NO: nb_NO,
pl_PL: pl_PL,
es_ES: es_ES,
it_IT: it_IT,
Expand Down
Loading

0 comments on commit 2ee474f

Please sign in to comment.