Skip to content

Commit

Permalink
feat: Update i18n available languages (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
almeida1492 authored Sep 12, 2023
1 parent 9c90d57 commit 13e19a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ i18n
.init({
resources,
fallbackLng: I18N_FALLBACK_LNG,
supportedLngs: ["en", "fr", "it"],
supportedLngs: ["en", "fr", "it", "sq", "de"],
interpolation: {
escapeValue: false,
},
Expand Down
8 changes: 2 additions & 6 deletions src/customization/available-languages.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
{
"availableLanguages": [
"en",
"fr",
"it"
]
}
"availableLanguages": ["en", "fr", "it", "de", "sq"]
}

0 comments on commit 13e19a5

Please sign in to comment.