Skip to content

Commit

Permalink
Staging (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
lobsam authored Jan 11, 2025
2 parents 7d917ed + de4ff08 commit 85ad042
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
6 changes: 6 additions & 0 deletions static/css/s2.css
Original file line number Diff line number Diff line change
Expand Up @@ -5885,6 +5885,12 @@ body .ui-autocomplete.dictionary-toc-autocomplete .ui-menu-item a.ui-state-focus
font-style: normal;
}

.rightButtons {
display: flex;
white-space: nowrap;
flex-direction: row;
text-align: left;
}
.interface-english .leftButtons,
.interface-hebrew .rightButtons {
display: flex;
Expand Down
3 changes: 1 addition & 2 deletions static/js/Misc.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1378,8 +1378,7 @@ class DisplaySettingsButton extends Component {
if (Sefaria._siteSettings.TORAH_SPECIFIC) {
icon =
<InterfaceText>
<EnglishText><img src="/static/img/lang_icon_english.svg" alt="Toggle Reader Menu Display Settings"/></EnglishText>
<HebrewText></HebrewText>
text.reader_option_menu.font_size_lable
</InterfaceText>;
} else {
icon = <span className="textIcon">Aa</span>;
Expand Down
2 changes: 1 addition & 1 deletion static/js/sefaria/localizationLanguage/chinese.json
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@
"note_save_error_try_again": "保存笔记时出现错误。请重试或重新加载此页面。",
"note_confirm_delete_request": "您确定要删除此笔记吗?",
"something_went_wrong": "出了点问题(这就是我所知道的)。",
"text.reader_option_menu.font_size_lable": "Aa",
"text.reader_option_menu.font_size_lable": "",
"decrease_font_size": "减小字体大小",
"increase_font_size": "增大字体大小",
"this_comment": "此评论",
Expand Down
2 changes: 1 addition & 1 deletion static/js/sefaria/localizationLanguage/tibetan.json
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@
"note_save_error_try_again":"སྟབས་མ་ལེགས་པ་ཞིག་ལ་མཆན་འདི་ཉར་ཚགས་བྱེད་པར་གནད་དོན་ཞིག་འདུག ཤོག་ངོས་འདི་བསྐྱར་ལེན་ནམ་ཡང་ན་བསྐྱར་དུ་ཚོད་ལྟ་ཞིག་བྱེད་རོགས།",
"note_confirm_delete_request":"ཁྱེད་ཀྱིས་མཆན་འདི་བསུབ་རྒྱུ་གཏན་འཁེལ་ཡིན་ནམ།",
"something_went_wrong":"ནོར་འཁྲུལ་ག་གེ་མོ་ཞིག་བྱུང་སོང་། (that's all I know)",
"text.reader_option_menu.font_size_lable": "Aa",
"text.reader_option_menu.font_size_lable": "",
"decrease_font_size": "ཡིག་གཟུགས་ཆུང་དུ་ཐོངས།",
"increase_font_size":"ཡིག་གཟུགས་ཆེ་རུ་ཐོངས།",
"this_comment":"མཆན་འདི།",
Expand Down

0 comments on commit 85ad042

Please sign in to comment.