nvaccess / mrconfig

'myrepos' configuration files for nvda translations and addons
GNU General Public License v3.0
6 stars 14 forks source link

Fix unicode vs bytes error #29

Closed feerrenrut closed 3 years ago

feerrenrut commented 3 years ago

This PR fixes many issues with the translation system, these are documented in the commit history (which we should preserve via regular merge).

Additionally this PR improves the logging for the translation system webhook.

feerrenrut commented 3 years ago

Some further issues were found, I have pushed some more commits. I have tried to make our regex string type more uniform (for ease of readability), and the same with how we call python from convertOne.sh. @michaelDCurran Could you please review this again.

feerrenrut commented 3 years ago

These changes are active on the translation system. I'll wait on confirmation that this fixes the issue before merging.

feerrenrut commented 3 years ago

Lots more issues have been fixed. I have been gradually testing and fixing issues by using this branch on the server.