Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
letterly authored Mar 18, 2024
1 parent 996e057 commit 2a914cb
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 28 deletions.
70 changes: 43 additions & 27 deletions interbraille-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -1664,7 +1664,7 @@ languages = {
"!": "⠖",
":": "⠒",
";": "⠆",
"-": "⠤",
"־": "⠤",
"\\*": "⠔⠔",
"\\(": "⠶",
"\\)": "⠶",
Expand Down Expand Up @@ -4152,101 +4152,117 @@ languages = {
"-": "⠤",
},
yi: {
"אַ": "⠜",
"אָ": "⠕",
"א": "⠁",
"אָ": "⠕",
"אַ": "⠜",
"ב": "⠃",
"בֿ": "⠧",
"ג": "⠛",
": "⠙",
"ד": "⠙",
"ה": "⠓",
"ו": "⠺",
"וּ": "⠬",
"װ": "⠺⠺",
"ױ": "⠺⠚",
"ז": "⠵",
"ח": "⠭",
": "⠞",
": "⠚",
"ט": "⠞",
"י": "⠚",
"יִ": "⠽",
"ײ": "⠚⠚",
"ײַ": "⠊",
"כּ": "⠅",
"כ": "⠡",
": "⠡",
"ך": "⠡",
"ל": "⠇",
": "⠍",
": "⠍",
": "⠝",
": "⠝",
"מ": "⠍",
"ם": "⠍",
"נ": "⠝",
"ן": "⠝",
"ס": "⠎",
"ע": "⠫",
"פּ": "⠏",
"פֿ": "⠋",
"פ": "⠋",
"ף": "⠋",
"צ": "⠮",
": "⠮",
": "⠟",
"ץ": "⠮",
"ק": "⠟",
"ר": "⠗",
"ש": "⠩",
"שׂ": "⠱",
": "⠹",
"ת": "⠹",
"תּ": "⠳",
"\\.": "⠲",
",": "⠂",
"\\?": "⠦",
"!": "⠖",
":": "⠒",
";": "⠆",
"־": "⠤",
"-": "⠤",
"—": "⠤",
"\\(": "⠶",
"\\)": "⠶",
},
yi2: {
"אַ": "⠁⠒",
"אָ": "⠁⠣",
"א": "⠁",
"אָ": "⠁⠣",//add
"אַ": "⠁⠒",//add
"אָ": "⠁⠣",
"אַ": "⠁⠒",
"ב": "⠃",
"בֿ": "⠧",
"בּ": "⠃",
"ג": "⠛",
": "⠙",
"ד": "⠙",
"ה": "⠓",
"ו": "⠺",
"וּ": "⠬",
"װ": "⠺⠺",
"ױ": "⠺⠚",
"ז": "⠵",
"ח": "⠭",
": "⠞",
": "⠚",
"ט": "⠞",
"י": "⠚",
"יִ": "⠽",
"ײ": "⠚⠚",
"ײַ": "⠴⠴",
"כּ": "⠅",
"כ": "⠡",
": "⠡",
"ך": "⠡",
"ל": "⠇",
": "⠍",
": "⠍",
": "⠝",
": "⠝",
"מ": "⠍",
"ם": "⠍",
"נ": "⠝",
"ן": "⠝",
"ס": "⠎",
"ע": "⠫",
"פּ": "⠏",
"פֿ": "⠋",
"פ": "⠋",
"ף": "⠋",
"צ": "⠮",
": "⠮",
": "⠟",
"ץ": "⠮",
"ק": "⠟",
"ר": "⠗",
"ש": "⠩",
"שׂ": "⠱",
": "⠹",
"ת": "⠹",
"תּ": "⠳",
"\\.": "⠲",
",": "⠂",
"\\?": "⠦",
"!": "⠖",
":": "⠒",
";": "⠆",
"־": "⠤",
"-": "⠤",
"—": "⠤",
"\\(": "⠶",
"\\)": "⠶",
},
}

Expand Down Expand Up @@ -4813,13 +4829,13 @@ otherdata = {
},
yi: {
englishName: "Yiddish [draft]",
nativeName: "ייִדיש",
nativeName: "ייִדיש",
script: "Hebrew",
writeHere: "שרײַב דאָ",
},
yi2: {
englishName: "Yiddish [draft2]",
nativeName: "ייִדיש",
nativeName: "ייִדיש",
script: "Hebrew",
writeHere: "שרײַב דאָ",
},
Expand Down
2 changes: 1 addition & 1 deletion interbraille.js
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ function changeLang(lang){
document.getElementById("y" + r).innerHTML = ""
}

punc = `()[]{},.:;-'!?°"$*„“‚‘/\\_<>&#%‰+=@”«»§|፡።፣፤፦፧᎐؟،؛۔՞֊՝։՜·`
punc = `()[]{},.:;-'!?°"$*„“‚‘/\\_<>&#%‰+=@”«»§|፡።፣፤፦፧᎐؟،؛۔՞֊՝։՜־·`

theletters = Object.entries(languages[lang]).filter(f => !punc.includes(f[0].replace("\\", "") ) && (lang == "osa" || f[0] == f[0].toLowerCase()) && f[0].length <= 3).sort((a,b) => a[0].length - b[0].length)

Expand Down
4 changes: 4 additions & 0 deletions interbraille.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
InterBraille Updates

17 Mar 2024
-Fixed some issues with Yiddish/Hebrew Braille
-Added the Hebrew punctuation mark ־

16 Mar 2024
-Added a second Yiddish proposal

Expand Down

0 comments on commit 2a914cb

Please sign in to comment.