doc(spec): deprecate the localisationReady key - #354
Conversation
The boolean is basically a duplication of len(availableLanguages) > 1 and it could also describe a contradicting state, for example: ```yaml localisationReady: false availableLanguages: - it - fr ```
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
@yaml-9000 minor |
|
Thanks for your contribution 🙏 This is now marked as a Example of minor changes are additions of new keys or making keys optional. The next eligible voting round will take place on September 30, 2026 cc @publiccodeyml/steering-committee 📄 Voting procedure | 📄 Working Group Charter | 🤖 bot commands |
|
I do not see a real conflict. A software with hard-coded translation that is translated in multiple languages, but does not use a proper infrastructure is possible. There is also the case for partial translation. An impact analysis will help to take an informed decision. I prefer to keep localisationReady at this time. |
The boolean is basically a duplication of len(availableLanguages) > 1 and it could also describe a contradicting state, for example: