18 Oct
2018
18 Oct
'18
6:28 p.m.
Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> writes:
@@ -25,6 +25,11 @@ LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT STRINGTABLE { IDS_CANCELLING "Canceling..." + IDS_REMAINING1 "%u %s remaining" + IDS_REMAINING2 "%u %s and %u %s remaining"
That sort of thing should be done with FormatMessage() and %1,%2 formats to enable proper translation. -- Alexandre Julliard julliard(a)winehq.org