0ad/source/i18n
Ykkrosh 38a8e2e0d6 Automatically convert most path.string().c_str() to path.string8()
Done with:

  ag -l 'LOG.*string\(\).c_str\(\)' source | xargs perl -pi -e'1 while
s/(LOG.*string)\(\)\.c_str\(\)/${1}8()/g'

This was SVN commit r16186.
2015-01-22 20:35:17 +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 most path.string().c_str() to path.string8() 2015-01-22 20:35:17 +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