WikiEducationFoundation / WikiEduDashboard

Wiki Education Foundation's Wikipedia course dashboard system
https://dashboard.wikiedu.org
MIT License
385 stars 600 forks source link

Translation issues with future_updates_remaining #5820

Closed Nikerabbit closed 3 weeks ago

Nikerabbit commented 3 weeks ago

What is happening?

Some i18n strings are not properly processed at translatewiki.net.

future_updates_remaining:
      true: The stats will continue to be updated until %{date}.
      false: The stats for this program are no longer being updated regularly.

True and false are booleans in yaml and at least our yaml parser (phpyaml) fails to handle them properly in array keys. This means these strings don't get proper translations from translatewiki.net.

Can you add quotes around the keys or use different keys?

ragesoss commented 3 weeks ago

Thank you @Nikerabbit !