Fixes for selfserve (#796)

* fixes

* more edits

* fixed test errors
This commit is contained in:
Srinath Narayanan
2021-05-19 09:32:29 +05:30
committed by GitHub
parent 6e9144b068
commit dce52f848c
3 changed files with 11 additions and 10 deletions

View File

@@ -8,8 +8,7 @@ i18n
.init({
fallbackLng: "en",
detection: { order: ["navigator", "cookie", "localStorage", "sessionStorage", "querystring", "htmlTag"] },
// temporarily setting debug to true to investigate loading issues in prod
debug: true,
debug: process.env.NODE_ENV === "development",
keySeparator: ".",
interpolation: {
formatSeparator: ",",