Why can’t I have a zero
serialization in client.en.yml
?
https://github.com/discourse/discourse/blob/master/script/i18n_lint.rb#L38
https://github.com/discourse/discourse/blob/master/script/i18n_lint.rb#L33
Is there a reason not to use PLURALIZATION_KEYS
rather than ENGLISH_KEYS
here?
https://github.com/discourse/discourse/blob/master/script/i18n_lint.rb#L125
The zero
appears to work fine in my code (which is broken for at least one other reason not caught by my tests).