icculus / mojosetup

A standalone installer for Linux software.
https://icculus.org/mojosetup/
Other
68 stars 7 forks source link

Need better localized formatting... #39

Closed SDLBugzilla closed 2 years ago

SDLBugzilla commented 2 years ago

This bug report was migrated from our old Bugzilla tracker.

Reported in version: unspecified Reported for operating system, platform: Linux, PC

Comments on the original bug report:

On 2008-01-12 00:03:13 -0500, Ryan C. Gordon wrote:

We can't really use printf(), because that's flakey in general (what if a translator forgets a %s or whatnot?), but also because strings may need reordering in a translation...so maybe %1, %2 is beter than %s, %s?

--ryan.

On 2008-01-12 05:48:46 -0500, Ryan C. Gordon wrote:

Fixed in svn revision # 400.

--ryan.