I18N
- 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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user