chore: i18n in meta

This commit is contained in:
Ibrahima G. Coulibaly
2025-07-14 12:47:05 +01:00
parent be53b60bd3
commit c138b65bbd
5 changed files with 21 additions and 32 deletions

View File

@@ -70,12 +70,9 @@ export type FullI18nKey = {
}[I18nNamespaces];
i18n.use(Backend).use(initReactI18next).init({
resources,
lng: 'en',
fallbackLng: 'en',
backend: locizeOptions,
saveMissing: true, // Send missing keys to Locize
updateMissing: true // Update keys in Locize
backend: locizeOptions
});
export default i18n;