- Updated all L10N language/country references to use ISO 639-3 (language)
  and ISO 3166-1 alpha 3 (country) codes.
- Note that holiday files are not updated.
This commit is contained in:
Paul Beckingham 2014-04-19 09:26:22 -04:00
parent ab6150c298
commit 24d7411aa8
11 changed files with 119 additions and 118 deletions

View file

@ -97,7 +97,7 @@ int CmdVersion::execute (std::string& output)
<< STRING_CMD_VERSION_UNKNOWN
#endif
#if PACKAGE_LANGUAGE != LANGUAGE_EN_US
#if PACKAGE_LANGUAGE != LANGUAGE_ENG_USA
<< " "
<< STRING_LOCALIZATION_DESC
#endif
@ -111,7 +111,7 @@ int CmdVersion::execute (std::string& output)
<< link.render ()
<< "\n";
#if PACKAGE_LANGUAGE != LANGUAGE_EN_US
#if PACKAGE_LANGUAGE != LANGUAGE_ENG_USA
out << STRING_LOCALIZATION_AUTHOR
<< "\n"
<< "\n";