Skip to content

Commit

Permalink
feat: add Hebrew strings
Browse files Browse the repository at this point in the history
  • Loading branch information
nsantacruz committed Sep 18, 2023
1 parent 744b404 commit e6fc258
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion static/js/TextColumnBanner.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const TransCallToActionBanner = ({ openTranslations }) => {
<TextColumnBanner buttons={buttons} onClose={onClose}>
<InterfaceText>
<EnglishText> Want to <span className="bold">change</span> the translation?</EnglishText>
<HebrewText> Want to <span className="bold">change</span> the translation?</HebrewText>
<HebrewText> מעוניינים בתרגום אחר?</HebrewText>
</InterfaceText>
</TextColumnBanner>
);
Expand Down
2 changes: 1 addition & 1 deletion static/js/TranslationsBox.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const TranslationsHeader = () => (
<div className="translationsDesc sans-serif">
<InterfaceText>
<EnglishText>Sefaria acquires translations to enrich your learning experience. Preview or choose a different translation below. Learn more…</EnglishText>
<HebrewText>TO DO</HebrewText>
<HebrewText>ספריא עושה מאמצים להוסיף תרגומים שונים לספרים כדי להעשיר את חווית הלמידה שלכם. כאן ניתן להחליף לתרגום אחר או לראות תצוגה מקדימה שלו לצד הטקסט הנוכחי. למידע נוסף…</HebrewText>
</InterfaceText>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions static/js/sefaria/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@ const Strings = {
"Describe the issue..." : "טקסט המשוב",
"Report an issue with the text" : "דיווח על בעיה בטקסט",
"Request translation" : "בקשה לתרגום",
"Go to translations": "לרשימת התרגומים",
"Report a bug" : "דיווח על תקלה באתר",
"Get help" : "עזרה",
"Help": "עזרה",
Expand Down

0 comments on commit e6fc258

Please sign in to comment.