This commit is contained in:
louiscklaw
2025-04-16 00:19:22 +08:00
parent 2456012bed
commit 7666d9aeff

View File

@@ -17,7 +17,7 @@ export const i18n = use(Backend)
.init({ .init({
// lng: 'en', // lng: 'en',
// fallbackLng: 'en', // fallbackLng: 'en',
debug: true, // debug: true,
interpolation: { escapeValue: false }, interpolation: { escapeValue: false },
// //
}) })