Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Lungsangg committed Dec 26, 2024
1 parent 41d69a7 commit be201f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/sefaria/sefaria.js
Original file line number Diff line number Diff line change
Expand Up @@ -1698,7 +1698,7 @@ Sefaria = extend(Sefaria, {
//Init of the Dict with the Category level descriptions
Sefaria.toc.map(e=> {this._descDict[[e.category, []]] = [e.enShortDesc, e.heShortDesc]})
// todo: get this data out of code (into db?)
this._descDict[["Commentary", []]] = ["Interpretations and discussions surrounding Buddhist texts, ranging from early medieval to contemporary.", "ནང་པའི་གཞུང་ལུགས་ཀྱི་འགྲེལ་བཤད་དང་བགྲོ་གླེང་། དུས་རབས་བར་མའི་སྟོད་ནས་དེང་སང་གི་བར།"]
this._descDict[["Commentary", []]] = []
this._descDict[["Quoting Commentary", []]] = ["References to this source within commentaries on other texts in the wider library.", "མཛོད་ཀྱི་གཞུང་གཞན་གྱི་འགྲེལ་པར་འདི་དང་སྦྱར་བ་ནི།"]

// special case of a category in sidebar that is a sub cat on the navigation toc pages
Expand Down

0 comments on commit be201f0

Please sign in to comment.