From 05a9ab3093fd176f6fd88ae1f30c202461825285 Mon Sep 17 00:00:00 2001
From: Fil <fil@rezo.net>
Date: Tue, 11 Oct 2005 22:17:52 +0000
Subject: [PATCH] corrections liste de langues (Nicolas Krebs)

---
 ecrire/inc_lang_liste.php | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/ecrire/inc_lang_liste.php b/ecrire/inc_lang_liste.php
index 70f0dca438..819f5209cb 100644
--- a/ecrire/inc_lang_liste.php
+++ b/ecrire/inc_lang_liste.php
@@ -11,6 +11,14 @@
 \***************************************************************************/
 
 
+
+/*
+ Ce fichier contient les codes de langue de base de SPIP.
+ La plupart sont des codes ISO 639-1.
+ Voir leurs definitions/descriptions en francais et en anglais dans
+ http://www.loc.gov/standards/iso639-2/langcodes.html 
+*/
+
 // Ce fichier ne sera execute qu'une fois
 if (defined("_ECRIRE_INC_LANG_LISTE")) return;
 define("_ECRIRE_INC_LANG_LISTE", "1");
@@ -80,10 +88,10 @@ $GLOBALS['codes_langues'] = array(
 	'it' => "italiano",
 	'iu' => "Inuktitut",
 	'ja' => "&#26085;&#26412;&#35486;",
-	'jw' => "Javanese",
+	'jv' => "Javanese",
 	'ka' => "&#4325;&#4304;&#4320;&#4311;&#4323;&#4314;&#4312;",
 	'kk' => "&#1178;&#1072;&#1079;&#1072;&#1097;b",
-	'kl' => "Greenlandic",
+	'kl' => "kalaallisut",
 	'km' => "Cambodian",
 	'kn' => "Kannada",
 	'ko' => "&#54620;&#44397;&#50612;",
-- 
GitLab