|
@ -20,7 +20,7 @@ const resources = { |
|
|
|
|
|
|
|
|
i18n.use(initReactI18next).init({ |
|
|
i18n.use(initReactI18next).init({ |
|
|
resources, |
|
|
resources, |
|
|
lng: window.sessionStorage.getItem(SOFIL_LANGUAGE) || "hk", |
|
|
|
|
|
|
|
|
lng: window.sessionStorage.getItem(SOFIL_LANGUAGE) || "en", |
|
|
interpolation: { |
|
|
interpolation: { |
|
|
escapeValue: false, |
|
|
escapeValue: false, |
|
|
}, |
|
|
}, |
|
|