Skip to content

Commit

Permalink
Staging (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
lobsam authored Jan 11, 2025
2 parents 85ad042 + 608ca41 commit 646f66e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions static/js/ReaderPanel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1543,9 +1543,9 @@ class ReaderDisplayOptionsMenu extends Component {

render() {
let languageOptions = [
{name: "english", content: "<span class='en'>A</span>", role: "radio", ariaLabel: "Show English Text" },
{name: "bilingual", content: "<span class='en'>A</span><span class='he'>ཀ</span>", role: "radio", ariaLabel: "Show English & Hebrew Text" },
{name: "hebrew", content: "<span class='he'>ཀ</span>", role: "radio", ariaLabel: "Show Hebrew Text" }
{name: "english", content: `<span class='en'>A</span>`, role: "radio", ariaLabel: "Show English Text" },
{name: "bilingual", content: `<span class='en'>A</span> <span>${Sefaria._('text.reader_option_menu.font_size_lable')}</span>`, role: "radio", ariaLabel: "Show English & Hebrew Text" },
{name: "hebrew", content: `<span>${Sefaria._('text.reader_option_menu.font_size_lable')}</span>`, role: "radio", ariaLabel: "Show Hebrew Text" }
];
let languageToggle = this.showLangaugeToggle() ? (
<ToggleSet
Expand Down

0 comments on commit 646f66e

Please sign in to comment.