NSoiffer / MathCATForPython

A Python Interface and NVDA plugin to MathCAT
MIT License
6 stars 6 forks source link

Fixed the string translation #53

Closed zh-yx closed 11 months ago

zh-yx commented 11 months ago
We rewrited f-string as str.format() to fix the problem that the
string could not be translated.
    This is done by changing the order of the fill and translate
strings.
    Due to the modification of the string, the translator needs
    to update the translation of this entry.