57 lines
1.7 KiB
Diff
57 lines
1.7 KiB
Diff
From ffed69dca21ada0671aa6da3f4d11c27318bafce Mon Sep 17 00:00:00 2001
|
|
From: "Sergey V. Udaltsov" <svu@gnome.org>
|
|
Date: Fri, 1 Feb 2013 00:33:50 +0000
|
|
Subject: [PATCH] Fixing ISO codes
|
|
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=59840
|
|
---
|
|
rules/base.xml.in | 11 ++++++++---
|
|
1 file changed, 8 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/rules/base.xml.in b/rules/base.xml.in
|
|
index f5de8ae..7239c09 100644
|
|
--- a/rules/base.xml.in
|
|
+++ b/rules/base.xml.in
|
|
@@ -2495,7 +2495,7 @@
|
|
<_shortDescription>hr</_shortDescription>
|
|
<_description>Croatian</_description>
|
|
<languageList>
|
|
- <iso639Id>scr</iso639Id>
|
|
+ <iso639Id>hrv</iso639Id>
|
|
</languageList>
|
|
</configItem>
|
|
<variantList>
|
|
@@ -3887,7 +3887,7 @@
|
|
<_shortDescription>mn</_shortDescription>
|
|
<_description>Mongolian</_description>
|
|
<languageList>
|
|
- <iso639Id>mng</iso639Id>
|
|
+ <iso639Id>mon</iso639Id>
|
|
</languageList>
|
|
</configItem>
|
|
<variantList/>
|
|
@@ -4877,7 +4877,7 @@
|
|
<_shortDescription>zh</_shortDescription>
|
|
<_description>Taiwanese</_description>
|
|
<languageList>
|
|
- <iso639Id>trv</iso639Id>
|
|
+ <iso639Id>fox</iso639Id>
|
|
</languageList>
|
|
</configItem>
|
|
<variantList>
|
|
@@ -4897,6 +4897,11 @@
|
|
<iso639Id>ssf</iso639Id>
|
|
<iso639Id>tao</iso639Id>
|
|
<iso639Id>tsu</iso639Id>
|
|
+ <iso639Id>trv</iso639Id>
|
|
+ <iso639Id>xnb</iso639Id>
|
|
+ <iso639Id>sxr</iso639Id>
|
|
+ <iso639Id>uun</iso639Id>
|
|
+ <iso639Id>fos</iso639Id>
|
|
</languageList>
|
|
</configItem>
|
|
</variant>
|
|
--
|
|
1.8.1.4
|
|
|