Skip to content

Commit

Permalink
Merge pull request #120 from OpenPecha/feat/PECHA-112_menu_position
Browse files Browse the repository at this point in the history
feat: hebrew title
  • Loading branch information
tenzinsamten authored Apr 21, 2024
2 parents 3f4d2e4 + b91d014 commit b64a3d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/s1/hebrew.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ var encodeSmallHebrewNumeral = function(n) {
throw "Tried to encode small numeral " + n + " greater than 1200";
} else {
return breakIntMagnitudes(n, 100).reduce(function(prev, curr) {
prev.push(intToHeb(curr));
prev.push(tibetanNumeral(curr));
return prev;
}, []).join('');
}
Expand Down

0 comments on commit b64a3d8

Please sign in to comment.