v6 Breaking Changes
vite-plugin-i18n-ally/client
i18nAllyis now a class and renamed toI18nAllyClient, instead of being a function. You need to usenewto create an instance.allLanguages/allNamespaceshave been renamed tosupportedLngs/supportedNs.onInithas been renamed toonBeforeInit.language/languageshave been renamed tolng/lngs.namespace/namespaceshave been renamed tons.getLanguages/getNamespaceshave been renamed togetSupportedLngs/getSupportedNs.
The naming conventions are now aligned with i18next for better compatibility.
vite-plugin-i18n-ally/server
This is a new feature in v6 that supports using i18n-ally on the server to fetch internationalization resources, and provides language detection based on request cookie.