Skip to content

Commit

Permalink
fix i18n fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
cesaregarza committed May 24, 2024
1 parent bf821dd commit 9bf5cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/react_app/src/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ i18n
backend: {
loadPath: "../locales/{{lng}}/{{ns}}.json",
},
fallbackLng: "en",
fallbackLng: "USen",
defaultNS: "main_page",
ns: ["main_page", "faq", "game", "navigation", "player"],
interpolation: {
Expand Down

0 comments on commit 9bf5cff

Please sign in to comment.