diff options
author | Daniel Kahn Gillmor <[email protected]> | 2016-02-08 16:06:38 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-02-08 18:37:02 +0000 |
commit | 4b37d3ae19242f24e323da1a9462ad48b4bc8493 (patch) | |
tree | 2da4c66184344dc1b87ffc2523435b4c1b5f2181 | |
parent | Convert http links to https where possible in the source. (diff) | |
download | libgpg-error-4b37d3ae19242f24e323da1a9462ad48b4bc8493.tar.gz libgpg-error-4b37d3ae19242f24e323da1a9462ad48b4bc8493.zip |
w32: Confirm the 639-1 code for Venda is "ve"
--
https://www.loc.gov/standards/iso639-2/php/code_changes.php says that
ve is indeed the 2-character code for Venda:
>> This alpha-2 ISO 639-1 code was approved in 1999 and included in
>> ISO 639-1: 2002. It was mistakenly missing in earlier versions of
>> the tables on the ISO639-2 web site. As of January 2003, it has
>> been included.
-rw-r--r-- | src/w32-gettext.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/w32-gettext.c b/src/w32-gettext.c index 734b9c1..8168e30 100644 --- a/src/w32-gettext.c +++ b/src/w32-gettext.c @@ -1039,11 +1039,7 @@ my_nl_locale_name (const char *categoryname) } return "uz"; case LANG_VENDA: - /* FIXME: It's not clear whether Venda has the ISO 639-2 two-letter code - "ve" or not. - http://www.loc.gov/standards/iso639-2/englangn.html has it, but - http://lcweb.loc.gov/standards/iso639-2/codechanges.html doesn't, */ - return "ven_ZA"; /* or "ve_ZA"? */ + return "ve_ZA"; case LANG_VIETNAMESE: return "vi_VN"; case LANG_WELSH: return "cy_GB"; case LANG_XHOSA: return "xh_ZA"; |