summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-09-05 21:21:16 +0000
committerMatt Wilson <msw@redhat.com>2001-09-05 21:21:16 +0000
commit0cbb1d59fcfeb26509e1789448d9feaeea1862ef (patch)
treefc5a0edf16695915f94c28d7fc893ddcbb586caf
parent42318f612c298a1cdd58b90d29055375337729a7 (diff)
downloadanaconda-0cbb1d59fcfeb26509e1789448d9feaeea1862ef.tar.gz
anaconda-0cbb1d59fcfeb26509e1789448d9feaeea1862ef.tar.xz
anaconda-0cbb1d59fcfeb26509e1789448d9feaeea1862ef.zip
add turkish mapping (SF #53229)
-rw-r--r--kbd.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/kbd.py b/kbd.py
index f78857784..43d453061 100644
--- a/kbd.py
+++ b/kbd.py
@@ -63,6 +63,7 @@ class Keyboard (SimpleConfigFile):
("se-latin1" , ('pc102', 'se', '')),
("sg-latin1" , ('pc102', 'de_CH', '')),
("sk-qwerty" , ('pc102', 'us_sk_qwerty', '')),
+ ("trq" , ('pc102', 'tr', '')),
("uk" , ('pc101', 'gb', '')),
("us" , ('pc105', 'us', '')),
("ua" , ('pc102', 'ua', '')),