Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Staging #482

Merged
merged 2 commits into from
Jan 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading