1
0
forked from 0ad/0ad
0ad/source/i18n
Ykkrosh e02d7ad949 Automatically replace %hs/%ls with %s in CLogger format strings.
Everything is char* now, so we don't need to mess around with different
string types.

Done with:

  ag -ls 'LOG(MESSAGE|MESSAGERENDER|WARNING|ERROR)' source | xargs perl
-pi -e'1 while
s/(LOG(MESSAGE|MESSAGERENDER|WARNING|ERROR).*)%[hl]s/$1%s/g'

This was SVN commit r16187.
2015-01-22 20:36:24 +00:00
..
scripting Change L10n code to use ps/Singleton, so that we can recreate it. 2014-10-15 16:04:37 +00:00
L10n.cpp Automatically replace %hs/%ls with %s in CLogger format strings. 2015-01-22 20:36:24 +00:00
L10n.h Explictly use GMT when displaying a localized time that is not a date. Patch by lafferjm. Fixes #2938. 2014-12-12 01:11:00 +00:00