[LIBGPG-ERROR PATCH v2 2/2] confirm the 639-1 code for venda is ve
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Mon Feb 8 17:06:38 CET 2016
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.
---
src/w32-gettext.c | 6 +-----
1 file changed, 1 insertion(+), 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";
--
2.7.0
More information about the Gnupg-devel
mailing list