You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The translation dictionary src/_data/i18n/index.js uses mixed case lookup keys like 'es-ES', but the lookup is being made on the contextLocale that is based on the (lowercase) path value 'es-es' and is consequently failing.
The result is that the i18n filter is falling back to fallbackLocale 'en-GB' which means that nothing using the filter is getting translated - see your own demo at https://eleventy-plugin-i18n-demo.netlify.app/ar-ae/ where both the header navigation ("Homepage", "Posts") and footer language selector labels ("Select language") are all in English.
The text was updated successfully, but these errors were encountered:
The translation dictionary src/_data/i18n/index.js uses mixed case lookup keys like 'es-ES', but the lookup is being made on the contextLocale that is based on the (lowercase) path value 'es-es' and is consequently failing.
The result is that the i18n filter is falling back to fallbackLocale 'en-GB' which means that nothing using the filter is getting translated - see your own demo at https://eleventy-plugin-i18n-demo.netlify.app/ar-ae/ where both the header navigation ("Homepage", "Posts") and footer language selector labels ("Select language") are all in English.
The text was updated successfully, but these errors were encountered: