mirror of
https://github.com/suitenumerique/messages.git
synced 2026-09-06 09:57:44 +02:00
Rework totally the way to manage frontend translation keys. Currently we were managing manually all those keys but now we want to use crowdin to manage our languages so first we need to be able to extract frontend translation keys in dedicated files. Furthermore, we allow to setup frontend application languages and default language through environment variables (NEXT_PUBLIC_DEFAULT_LANGUAGE and NEXT_PUBLIC_LANGUAGES)