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 c550974 commit 5b34e47
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions yalafi/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,14 +176,14 @@ def init_language(self, language):
elif language == 'ru':
# Russian
self.proof_name = 'Доказательство'
self.math_repl_inline = ['Б-Б-Б', 'В-В-В', 'Г-Г-Г',
'Д-Д-Д', 'Е-Е-Е', 'Ж-Ж-Ж']
self.math_repl_display = ['Х-Х-Х', 'Ц-Ц-Ц', 'Щ-Щ-Щ',
'Ы-Ы-Ы', 'Э-Э-Э', 'Ю-Ю-Ю']
self.math_repl_inline = ['B-B-B', 'C-C-C', 'D-D-D',
'E-E-E', 'F-F-F', 'G-G-G']
self.math_repl_display = ['U-U-U', 'V-V-V', 'W-W-W',
'X-X-X', 'Y-Y-Y', 'Z-Z-Z']
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 5b34e47

Please sign in to comment.