Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix backslash character not being properly escaped #29

Merged
merged 2 commits into from
May 16, 2020
Merged

Conversation

paw-lu
Copy link
Owner

@paw-lu paw-lu commented May 16, 2020

translator.toml had "\" characters as keys, causing some parsing issues. Properly escaped them by replacing them with "\\".

Closes #28 and #26

@paw-lu paw-lu added the bug Something isn't working label May 16, 2020
@paw-lu paw-lu merged commit 203767b into master May 16, 2020
@paw-lu paw-lu deleted the toml-fix branch May 16, 2020 01:25
@paw-lu paw-lu mentioned this pull request May 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Translator can't be read using toml 0.10.1
1 participant