Skip to content

Commit

Permalink
feat(translations): ass Hebrew strings for Select and Currently Selec…
Browse files Browse the repository at this point in the history
…ted.
  • Loading branch information
YishaiGlasner committed Nov 23, 2023
1 parent b2375ba commit 2e5e4e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/VersionBlockSelectButton.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function VersionBlockSelectButton({link, openVersionInMoinPanel, text, isSelecte
href={link}
onClick={openVersionInMoinPanel}
>
{text}
{Sefaria._(text)}
</a>
);
}
Expand Down
2 changes: 2 additions & 0 deletions static/js/sefaria/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,8 @@ const Strings = {
"Select Version": "בחירת מהדורה",
"Select Translation": "בחירת תרגום",
"View in Sidebar": "פתיחת תרגום",
'Select': 'בחירה',
'Currently Selected': 'נוכחי',
"Merged from": "נוצר ממיזוג",
"Source" : "מקור",
"Sources": "מקורות",
Expand Down

0 comments on commit 2e5e4e6

Please sign in to comment.