Closed CappyT closed 6 years ago
The docs doesn't reference how to save pluralized strings in the yaml file, just how to create them from code.
How do you add pluralized strings in the yaml file? I tried this:
en: somevar: zero: 'zero' one: 'test' many: 'test %{count}'
but this doesn't work.
Thanks for reporting, this should be fixed in the latest version.
While it may be fixed, it isn't documented yet.
The docs doesn't reference how to save pluralized strings in the yaml file, just how to create them from code.
How do you add pluralized strings in the yaml file? I tried this:
but this doesn't work.