Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoBSalgueiro committed Sep 14, 2024
1 parent 2882a00 commit b88205d
Show file tree
Hide file tree
Showing 3 changed files with 364 additions and 366 deletions.
4 changes: 2 additions & 2 deletions src/components/settings/SettingsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -489,8 +489,8 @@ export default function Page() {
},
{
value: "tr_TR",
label: "Türkçe"
}
label: "Türkçe",
},
]}
value={i18n.language}
onChange={(val) => {
Expand Down
4 changes: 2 additions & 2 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ import { it_IT } from "./translation/it_IT";
import { pl_PL } from "./translation/pl_PL";
import { pt_PT } from "./translation/pt_PT";
import { ru_RU } from "./translation/ru_RU";
import { tr_TR } from "./translation/tr_TR";
import { uk_UA } from "./translation/uk_UA";
import { zh_CN } from "./translation/zh_CN";
import { tr_TR } from "./translation/tr_TR"

i18n.use(initReactI18next).init({
resources: {
Expand All @@ -30,7 +30,7 @@ i18n.use(initReactI18next).init({
es_ES: es_ES,
it_IT: it_IT,
fr_FR: fr_FR,
tr_TR: tr_TR
tr_TR: tr_TR,
},
lng: localStorage.getItem("lang") || "en_US",
fallbackLng: "en",
Expand Down
Loading

0 comments on commit b88205d

Please sign in to comment.