abouttreesummaryrefslogcommitdiff
path: root/srcs/juloo.keyboard2
diff options
context:
space:
mode:
authorerqan2022-06-05 16:04:54 +0300
committerGitHub2022-06-05 15:04:54 +0200
commitd03e96da3e99e1e0edb78367499c22f574079583 (patch)
treeeb209c57ff412fbe424c3bacda1deea50709cbec /srcs/juloo.keyboard2
parentb3b7877a3b86bbe1ebdb11ac38a43fc50e2cff3a (diff)
downloadunexpected-keyboard-d03e96da3e99e1e0edb78367499c22f574079583.tar.gz
unexpected-keyboard-d03e96da3e99e1e0edb78367499c22f574079583.zip
Turkish layout & translation (#151)
* Turkish layout & translation
Diffstat (limited to 'srcs/juloo.keyboard2')
-rw-r--r--srcs/juloo.keyboard2/Config.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/srcs/juloo.keyboard2/Config.java b/srcs/juloo.keyboard2/Config.java
index 8059b76..6e4ea49 100644
--- a/srcs/juloo.keyboard2/Config.java
+++ b/srcs/juloo.keyboard2/Config.java
@@ -243,6 +243,7 @@ final class Config
case "qwerty_ko": return R.xml.qwerty_ko;
case "qwerty_lv": return R.xml.qwerty_lv;
case "qwerty_pt": return R.xml.qwerty_pt;
+ case "qwerty_tr": return R.xml.qwerty_tr;
case "qwerty": return R.xml.qwerty;
case "qwerty_sv_se": return R.xml.qwerty_sv_se;
case "qwertz_hu": return R.xml.qwertz_hu;