yassinedoghri / astro-i18next

An astro integration of i18next + some utility components to help you translate your astro websites!
https://astro-i18next.yassinedoghri.com
MIT License
473 stars 33 forks source link

fix: Conditionally disable 'missing translation key' warning when fallbackLng is false #165

Open paulathevalley opened 1 year ago

paulathevalley commented 1 year ago

Describe your changes

This is one idea to fix #164

This PR supports 'key as fallback' option in i18next: https://www.i18next.com/principles/fallback#key-fallback

Checklist