Skip to content

Commit

Permalink
Closes #90
Browse files Browse the repository at this point in the history
  • Loading branch information
matze-dd authored Oct 27, 2020
1 parent 6e0b008 commit 242a550
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions yalafi/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,10 @@ def init_language(self, language):
elif language == 'ru':
# Russian
self.proof_name = 'Доказательство'
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_repl_inline = ['Б-Б-Б', 'В-В-В', 'Г-Г-Г',
'Д-Д-Д', 'Е-Е-Е', 'Ж-Ж-Ж']
self.math_repl_display = ['Ц-Ц-Ц', 'Ч-Ч-Ч', 'Ш-Ш-Ш',
'Ы-Ы-Ы', 'Э-Э-Э', 'Ю-Ю-Ю']
self.math_op_text = {'+': 'плюс', '-': 'минус',
'\\cdot': 'раз', '\\times': 'раз',
'/': 'на',
Expand Down

0 comments on commit 242a550

Please sign in to comment.