32 lines
935 B
Diff
32 lines
935 B
Diff
From 3b2fc092cc49bc51d1108e90ad98778d3d666faf Mon Sep 17 00:00:00 2001
|
|
From: Peter Hutterer <peter.hutterer@who-t.net>
|
|
Date: Tue, 16 Apr 2013 17:11:47 +1000
|
|
Subject: [PATCH] rules: fix iso639 code for irish
|
|
|
|
"gla" is scottish gaelic, "gle" is irish.
|
|
|
|
http://www-01.sil.org/iso639-3/documentation.asp?id=gla
|
|
http://www-01.sil.org/iso639-3/documentation.asp?id=gle
|
|
|
|
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
|
|
---
|
|
rules/base.xml.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/rules/base.xml.in b/rules/base.xml.in
|
|
index 4b9691c..6b57a72 100644
|
|
--- a/rules/base.xml.in
|
|
+++ b/rules/base.xml.in
|
|
@@ -5115,7 +5115,7 @@
|
|
<name>CloGaelach</name>
|
|
<_description>CloGaelach</_description>
|
|
<languageList>
|
|
- <iso639Id>gla</iso639Id>
|
|
+ <iso639Id>gle</iso639Id>
|
|
</languageList>
|
|
</configItem>
|
|
</variant>
|
|
--
|
|
1.8.1.4
|
|
|