jungho lee wrote:

> I have a question, is it possible to change two argument position?
>  
> I mean give an example, there are two argument like %s(1st)  %s(2nd) .
>  
> is it possible change like this? %s(2nd) %s(1st).

Yes, it is possible.  This should be covered in more detail in the 
translators documentation.

Offhand, instead of "%s %s" you can do "%2$s %1$s" to reverse the order 
of arguments.  So instead of % to label a argument formattor its %X$ 
where X is the argument number you want.

-jason

_______________________________________________
Freeciv-i18n mailing list
[email protected]
https://mail.gna.org/listinfo/freeciv-i18n

Reply via email to