Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test graceful handling of string translations subkeys/replacements
This allows certain translation-packages to simplify complex translation keys down to a simple string without causing breakage. Example use-cases include: * writing simpler i18n files for languages that simply don't have the concept of pluralization. * Shorthanding `subkey`ed translations where all subkeys should have the same text.
- Loading branch information
08c36f6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BTW, @StephanHoyer these tests already pass very nicely. This is only to prevent accidental regressions later.