|
|
|
|
|
by DeepDuh
5151 days ago
|
|
Do you really want to keep the same format strings when localizing an application? Isn't it much cleaner to just define multiple format strings? Translations in general don't work that way, you can't just move around words and translate them individually, usually the whole expression changes. |
|