twanvl 35bbf36e04 Added validator for locales based on all strings in the source code.
It checks:
 - whether all keys used by the program are in the locale
 - whether the right number of %s are used
 - if there are no extra keys in the locale that shouldn't be there
This will become very useful when translations need to be updated for new MSE versions.

There is a perl script for generating the 'expected_locale_keys' resource file.
This file contains a list of all the locale keys used.
This is a resource and not a data file because it is automatically generated from the code,
 the user has no business modifying it.

I also fixed all the locale errors I found in the process.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@613 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-08-17 21:10:48 +00:00
2007-08-11 15:54:12 +00:00
2007-08-05 00:38:12 +00:00
2007-05-19 21:15:20 +00:00
2006-10-01 14:08:07 +00:00
S
Description
No description provided
71 MiB
Languages
C++ 97.3%
PHP 0.6%
Inno Setup 0.6%
Perl 0.6%
CSS 0.3%
Other 0.6%