Skip to content

Commit

Permalink
Add translation for Yizkor
Browse files Browse the repository at this point in the history
  • Loading branch information
mjradwin committed Nov 12, 2024
1 parent fc96c55 commit 5d468e2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hebcal/core",
"version": "5.8.1",
"version": "5.8.2",
"author": "Michael J. Radwin (https://github.com/mjradwin)",
"contributors": [
"Eyal Schachter (https://github.com/Scimonster)",
Expand Down
3 changes: 3 additions & 0 deletions po/he.po
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,9 @@ msgstr "יוֹם"
msgid "Yom Kippur Katan"
msgstr "יוֹם כִּפּוּר קָטָן"

msgid "Yizkor"
msgstr "יִזְכּוֹר"

# modern IL holidays
msgid "Family Day"
msgstr "יוֹם הַמִּשׁפָּחָה"
Expand Down
4 changes: 4 additions & 0 deletions test/hebcal.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -744,4 +744,8 @@ test('yikzor', () => {
{ date: '2026-05-23', desc: 'Yizkor' }
];
expect(actualD).toEqual(expectedD);
const ev = diaspora[0];
expect(ev.render('en')).toBe('Yizkor');
expect(ev.render('he')).toBe('יִזְכּוֹר');
expect(ev.render('he-x-NoNikud')).toBe('יזכור');
});

0 comments on commit 5d468e2

Please sign in to comment.