Skip to content

Commit

Permalink
update hebrew layout, fixes #735
Browse files Browse the repository at this point in the history
see discussion in #738

Co-authored-by: codokie <@>
  • Loading branch information
Helium314 committed May 30, 2024
1 parent e69a543 commit 4ea2929
Showing 1 changed file with 55 additions and 11 deletions.
66 changes: 55 additions & 11 deletions app/src/main/assets/layouts/hebrew.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,42 +3,86 @@
{ "$": "variation_selector",
"email": { "label": "-" },
"url": { "label": "-" },
"default": { "label": "'", "popup": { "main": { "label": "\"" } } }
"default": { "label": "'", "popup": { "relevant": [{ "label": "׳" }, { "label": "״" }, { "label": "\"" }] } }
},
{ "$": "variation_selector",
"email": { "label": "_" },
"url": { "label": "_" },
"default": { "label": "-", "popup": { "main": { "label": "_" } } }
"default": { "label": "-", "popup": { "relevant": [{ "label": "־" }, { "label": "_" }] } }
},
{ "label": "ק" },
{ "label": "ר" },
{ "label": "ק", "popup": {
"relevant": [
{ "label": "\u05b8" },
{ "label": "\u05b3" },
{ "label": "\u05bb" }
]
} },
{ "label": "ר", "popup": {
"relevant": [
{ "label": "\u05bf" }
]
} },
{ "label": "א" },
{ "label": "ט" },
{ "label": "ו" },
{ "label": "ו", "popup": {
"relevant": [
{ "label": "ו\u05b9" },
{ "label": "ו\u05bc" }
]
} },
{ "label": "ן" },
{ "label": "ם" },
{ "label": "פ" }
{ "label": "פ", "popup": {
"relevant": [
{ "label": "\u05b7" },
{ "label": "\u05b2" }
]
} }
],
[
{ "label": "ש" },
{ "label": "ד" },
{ "label": "ש", "popup": {
"relevant": [
{ "label": "\u05b0" },
{ "label": "ש\u05c2" },
{ "label": "ש\u05c1" }
]
} },
{ "label": "ד", "popup": {
"relevant": [
{ "label": "\u05bc" }
]
} },
{ "label": "ג" },
{ "label": "כ" },
{ "label": "ע" },
{ "label": "י" },
{ "label": "ח" },
{ "label": "ח", "popup": {
"relevant": [
{ "label": "\u05b4" },
{ "label": "\u05b9" }
]
} },
{ "label": "ל" },
{ "label": "ך" },
{ "label": "ף" }
],
[
{ "label": "ז" },
{ "label": "ס" },
{ "label": "ס", "popup": {
"relevant": [
{ "label": "\u05b6" },
{ "label": "\u05b1" }
]
} },
{ "label": "ב" },
{ "label": "ה" },
{ "label": "נ" },
{ "label": "מ" },
{ "label": "צ" },
{ "label": "צ", "popup": {
"relevant": [
{ "label": "\u05b5" }
]
} },
{ "label": "ת" },
{ "label": "ץ" }
]
Expand Down

0 comments on commit 4ea2929

Please sign in to comment.