Skip to content

Commit

Permalink
Closes #84
Browse files Browse the repository at this point in the history
  • Loading branch information
matze-dd authored Oct 22, 2020
1 parent 8258995 commit c550974
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yalafi/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,10 @@ def init_language(self, language):
'Д-Д-Д', 'Е-Е-Е', 'Ж-Ж-Ж']
self.math_repl_display = ['Х-Х-Х', 'Ц-Ц-Ц', 'Щ-Щ-Щ',
'Ы-Ы-Ы', 'Э-Э-Э', 'Ю-Ю-Ю']
self.math_op_text = {'+': 'плюс', '-': 'ми́нус',
self.math_op_text = {'+': 'плюс', '-': 'минус',
'\\cdot': 'раз', '\\times': 'раз',
'/': 'на',
None: 'ра́вный'} # default value
None: 'равный'} # default value
else:
# default: English
self.proof_name = 'Proof'
Expand Down

0 comments on commit c550974

Please sign in to comment.