Skip to content

Commit

Permalink
i18next: fix fallback language
Browse files Browse the repository at this point in the history
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
  • Loading branch information
drakkan committed Feb 15, 2024
1 parent 04dcb65 commit 7571852
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/common/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@
.use(i18nextBrowserLanguageDetector)
.init({
debug: false,
supportedLngs: ["en", "it"],
fallbackLng: 'en',
load: 'languageOnly',
backend: {
Expand Down

0 comments on commit 7571852

Please sign in to comment.