Skip to content

Commit

Permalink
add back variation selector
Browse files Browse the repository at this point in the history
  • Loading branch information
codokie committed May 20, 2024
1 parent 050b9be commit 12baa9c
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions app/src/main/assets/layouts/hebrew.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
[
[
{ "label": "'", "popup": {
"relevant": [
{ "label": "׳" },
{ "label": "״" },
{ "label": "\"" }
]
} },
{ "label": "-", "popup": {
"relevant": [
{ "label": "־" },
{ "label": "_" }
]
} },
{ "$": "variation_selector",
"email": { "label": "_" },
"url": { "label": "_" },
"default": { "label": "'", "popup": { "relevant": [{ "label": "׳" }, { "label": "״" }, { "label": "\"" }] } }
},
{ "$": "variation_selector",
"email": { "label": "-" },
"url": { "label": "-" },
"default": { "label": "-", "popup": { "relevant": [{ "label": "־" }, { "label": "_" }] } }
},
{ "label": "ק", "popup": {
"relevant": [
{ "label": "\u05b8" },
Expand Down

0 comments on commit 12baa9c

Please sign in to comment.