Skip to content

Commit

Permalink
Merge pull request #414 from SiriusXT/i18n_falls_back_en
Browse files Browse the repository at this point in the history
i18n Fallback to English for null characters
  • Loading branch information
eliandoran authored Sep 12, 2024
2 parents a4341a5 + 447cf60 commit e6fbf62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/public/app/services/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ export async function initLocale() {
fallbackLng: "en",
backend: {
loadPath: `${window.glob.assetPath}/translations/{{lng}}/{{ns}}.json`
}
},
returnEmptyString: false
});
}

Expand Down

0 comments on commit e6fbf62

Please sign in to comment.