[Pkg-gnupg-commit] [libgpg-error] 07/35: w32: Confirm the 639-1 code for Venda is "ve"
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Mon Apr 25 21:47:11 UTC 2016
This is an automated email from the git hooks/post-receive script.
dkg pushed a commit to branch master
in repository libgpg-error.
commit 4b37d3ae19242f24e323da1a9462ad48b4bc8493
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date: Mon Feb 8 11:06:38 2016 -0500
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.
---
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";
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/libgpg-error.git
More information about the Pkg-gnupg-commit
mailing list