Skip to content

Commit

Permalink
Merge branch 'staging' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Lungsangg authored Jan 31, 2025
2 parents c1b257c + 48038b5 commit 1002b3c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions static/js/ConnectionFilters.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ class CategoryFilter extends Component {
<div className={innerClasses} data-name={this.props.category}>
<span className="filterInner">
<span className="filterText">

<ContentText text={{en:isRootORcommentary, he:isRootORcommentary}} />

<span className="connectionsCount"> ({this.props.count})</span>
</span>
<span className="en">
Expand Down
1 change: 1 addition & 0 deletions static/js/TextList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ class TextList extends Component {
var displayFilter = filter.map(filter => filter.split("|")[0]); // Remove filterSuffix for display
var links = this.getLinks();


var enText = filter.length ? displayFilter.join(", "): ""
var en = Sefaria._('text.message.no_connection', {text: enText});
var heText = displayFilter.map(f => Sefaria.hebrewTerm(f)).join(", ") == "Commentary" ? Sefaria._('text.commentary') : displayFilter.map(f => Sefaria.hebrewTerm(f)).join(", ")
Expand Down
1 change: 1 addition & 0 deletions static/js/sefaria/localizationLanguage/chinese.json
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@
"text.sites_that_are_listed_here_use_the": "这里列出的网站使用",
"text._sefaria_linker": "Sefaria Linker",
"text.all_commentary": "所有注释",
"text.root_text": "根文本",
"text.show_all_commnentaries": "显示所有注释",
"text.topic_connected_to": "此主题与以下相关",
"connection_panel.tools": "工具",
Expand Down
1 change: 1 addition & 0 deletions static/js/sefaria/localizationLanguage/english.json
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@
"text.sites_that_are_listed_here_use_the":"Sites that are listed here use the",
"text._sefaria_linker":"Pecha Linker",
"text.all_commentary": "All Commentary",
"text.root_text": "Root Text",
"text.show_all_commnentaries": "Show all commentaries",
"text.topic_connected_to": "This topic is connected to",
"connection_panel.tools": "Tools",
Expand Down
1 change: 1 addition & 0 deletions static/js/sefaria/localizationLanguage/tibetan.json
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@
"text.sites_that_are_listed_here_use_the":"བཀོལ་སྤྱོད་བྱེད་པ་ལ་ཐོ་རུ་བཀོད་པའི་ས་ཆ་རྣམས།",
"text._sefaria_linker":"དཔེ་ཆ་དྲ་ཆིགས་ཀྱི་སྦྲེལ་མཐུད་བྱེད་ཆས།",
"text.all_commentary": "ཚན་པ་འདིའི་འགྲེལ་བ་ཡོད་ཚད།",
"text.root_text": "རྩ་བ།",
"text.show_all_commnentaries": "འགྲེལ་བ་རྣམས་སྟོན།",
"text.topic_connected_to": "བརྗོད་གཞི་འདི་ནི་གཤམ་གྱི་དེར་སྦྲེལ་འདུག",
"connection_panel.tools": "འབྲེལ་ཡོད་ལག་ཆ།",
Expand Down

0 comments on commit 1002b3c

Please sign in to comment.