summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorKonstantin Ritt <ritt.ks@gmail.com>2012-11-14 18:02:16 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-15 13:55:00 +0100
commit1e0e5f2d68f58843d900467eea6981b5a28244f5 (patch)
tree932226cf6b19284917c753a3fe67a9e5b07f66cb /util
parent4c83aafc11598a12cfb354ed7af5689619d9f4af (diff)
Add a bunch of missed scripts
Change-Id: I078bf95cb50c7ef634f9f3133ab9f9d25439e4ef Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'util')
-rw-r--r--util/local_database/enumdata.py27
1 files changed, 26 insertions, 1 deletions
diff --git a/util/local_database/enumdata.py b/util/local_database/enumdata.py
index 5f51acb4d0..326eaab287 100644
--- a/util/local_database/enumdata.py
+++ b/util/local_database/enumdata.py
@@ -523,7 +523,32 @@ script_list = {
6 : [ "Traditional Han", "Hant" ],
7 : [ "Latin", "Latn" ],
8 : [ "Mongolian", "Mong" ],
- 9 : [ "Tifinagh", "Tfng" ]
+ 9 : [ "Tifinagh", "Tfng" ],
+ 10 : [ "Armenian", "Armn" ],
+ 11 : [ "Bengali", "Beng" ],
+ 12 : [ "Cherokee", "Cher" ],
+ 13 : [ "Devanagari", "Deva" ],
+ 14 : [ "Ethiopic", "Ethi" ],
+ 15 : [ "Georgian", "Geor" ],
+ 16 : [ "Greek", "Grek" ],
+ 17 : [ "Gujarati", "Gujr" ],
+ 18 : [ "Hebrew", "Hebr" ],
+ 19 : [ "Japanese", "Jpan" ],
+ 20 : [ "Khmer", "Khmr" ],
+ 21 : [ "Kannada", "Knda" ],
+ 22 : [ "Korean", "Kore" ],
+ 23 : [ "Lao", "Laoo" ],
+ 24 : [ "Malayalam", "Mlym" ],
+ 25 : [ "Myanmar", "Mymr" ],
+ 26 : [ "Oriya", "Orya" ],
+ 27 : [ "Tamil", "Taml" ],
+ 28 : [ "Telugu", "Telu" ],
+ 29 : [ "Thaana", "Thaa" ],
+ 30 : [ "Thai", "Thai" ],
+ 31 : [ "Tibetan", "Tibt" ],
+ 32 : [ "Sinhala", "Sinh" ],
+ 33 : [ "Syriac", "Syri" ],
+ 34 : [ "Yi", "Yiii" ]
}
def countryCodeToId(code):