You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just wondering what if you wanted to do translation on a string that has a number in it?
For example:
There (is,are) {n} cat(s)
So what it would do is find the translation string to translate the words, choose the correct term between is and are, show the locale specific number based on what number you passed in (somehow) and also display either the non-plural or plural version of the word cat.
...or is this outside this library's scope?
Thanks!
The text was updated successfully, but these errors were encountered:
This is outside of scope for this particular library, though I may make a new more modern library (perhaps even backwards compatible with this one if people are interested) in the future. 👍
Just wondering what if you wanted to do translation on a string that has a number in it?
For example:
There (is,are) {n} cat(s)
So what it would do is find the translation string to translate the words, choose the correct term between is and are, show the locale specific number based on what number you passed in (somehow) and also display either the non-plural or plural version of the word cat.
...or is this outside this library's scope?
Thanks!
The text was updated successfully, but these errors were encountered: