diff options
| author | Reza Hosseinzadeh | 2023-04-23 03:17:25 +0330 |
|---|---|---|
| committer | GitHub | 2023-04-23 01:47:25 +0200 |
| commit | e3347a166f730eb949f664f4b9e91f27d7b583bc (patch) | |
| tree | 29270fab81feedf15aa9d3cecd649c97f1dfef85 /srcs/juloo.keyboard2/Config.java | |
| parent | 145f20918921972caf42f9525937db7e7927aaa7 (diff) | |
| download | unexpected-keyboard-e3347a166f730eb949f664f4b9e91f27d7b583bc.tar.gz unexpected-keyboard-e3347a166f730eb949f664f4b9e91f27d7b583bc.zip | |
Pull request to add new layout Persian (#342)
* Add persian layout
* Change layoutId_of_string to layout_of_string
* Add translation for Persian
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 4ad0893..1abef6b 100644 --- a/srcs/juloo.keyboard2/Config.java +++ b/srcs/juloo.keyboard2/Config.java @@ -374,6 +374,7 @@ final class Config case "he_il_1452_2": id = R.xml.he_il_1452_2; break; case "ar_pc": id = R.xml.ar_pc; break; case "ar_alt": id = R.xml.ar_alt; break; + case "persian": id = R.xml.persian; break; } return KeyboardData.load(res, id); } |
