1
0
forked from 0ad/0ad
0ad/source/i18n
Ykkrosh 49e2ecea63 Automatically convert all CLogger format strings from wchar_t* to char*.
Done with:

  ag -ls 'LOG(MESSAGE|MESSAGERENDER|WARNING|ERROR)' source | xargs sed
-i 's/LOG\(MESSAGE\|MESSAGERENDER\|WARNING\|ERROR\)(L/LOG\1(/g'

This was SVN commit r16183.
2015-01-22 20:31:30 +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 convert all CLogger format strings from wchar_t* to char*. 2015-01-22 20:31:30 +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