Since you're not using gettext, this request might be some work to implement.
What I would like to see as a translator is support for plural form patterns. for example, "little cats" in my language work like this:
0 cat beag
1, 11 chat beag
2, 12 chat bheag
3-10, 13-19 cait beaga
20 cat beag ...
One of the strings that would benefit is:
Code: Select all
Buy {amount} units for {price}
Resource: UI Core
Thanks for listening :)