diff options
| author | erqan | 2022-06-05 16:04:54 +0300 |
|---|---|---|
| committer | GitHub | 2022-06-05 15:04:54 +0200 |
| commit | d03e96da3e99e1e0edb78367499c22f574079583 (patch) | |
| tree | eb209c57ff412fbe424c3bacda1deea50709cbec /srcs/juloo.keyboard2/Config.java | |
| parent | b3b7877a3b86bbe1ebdb11ac38a43fc50e2cff3a (diff) | |
| download | unexpected-keyboard-d03e96da3e99e1e0edb78367499c22f574079583.tar.gz unexpected-keyboard-d03e96da3e99e1e0edb78367499c22f574079583.zip | |
Turkish layout & translation (#151)
* Turkish layout & translation
Diffstat (limited to 'srcs/juloo.keyboard2/Config.java')
| -rw-r--r-- | srcs/juloo.keyboard2/Config.java | 1 |
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; |
