PDA

View Full Version : Ordinal numbers in translations?



ultr
23rd January 2011, 13:17
Hello,

My question is:
How do I translate ordinal numbers?

Let's assume the string for translation is "%n lap".
English translation for this should say:
n=1 "1st lap"
n=2 "2nd lap"
n=3 "3rd lap"
n=4 "4th lap"
n=21 "21st lap"
... etc.
How do I code this into the .ts file?

wysota
23rd January 2011, 13:55
This architecture can't handle ordinals in such a way. You need separate messages to be able to handle this.