sveltekit-i18n / lib

Internationalization library built for SvelteKit.
MIT License
491 stars 32 forks source link

'cy' locale is non-standard. #158

Closed DominikKoller closed 10 months ago

DominikKoller commented 10 months ago

I am getting the warnings:

'cy' locale is non-standard. 'is' locale is non-standard. 'ne' locale is non-standard. 'pa' locale is non-standard.

When providing these locales in Config.translations. I tried 'cy-GB', 'is-IS', 'ne-NP', 'pa-IN' as well, which give me the same warning.

They are standard locales according to ISO: https://www.w3schools.com/tags/ref_language_codes.asp

jarda-svoboda commented 10 months ago

Hi @DominikKoller! Feel free to read more about this behavior here. Closing as a duplicate..