diff options
author | Matt Wilson <msw@redhat.com> | 2001-09-05 21:21:16 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-09-05 21:21:16 +0000 |
commit | 0cbb1d59fcfeb26509e1789448d9feaeea1862ef (patch) | |
tree | fc5a0edf16695915f94c28d7fc893ddcbb586caf | |
parent | 42318f612c298a1cdd58b90d29055375337729a7 (diff) | |
download | anaconda-0cbb1d59fcfeb26509e1789448d9feaeea1862ef.tar.gz anaconda-0cbb1d59fcfeb26509e1789448d9feaeea1862ef.tar.xz anaconda-0cbb1d59fcfeb26509e1789448d9feaeea1862ef.zip |
add turkish mapping (SF #53229)
-rw-r--r-- | kbd.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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', '')), |