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

restore escaped carriage returns coming out of crowdin #22125

Merged
merged 3 commits into from
May 7, 2018

Conversation

Hamms
Copy link
Contributor

@Hamms Hamms commented May 1, 2018

Follow-up to #21964

Before

image

After

image

These stray "\r"s were manifesting in instructions, script descriptions, and authored hints. They were present in markdown instructions and only not manifesting there because we aren't displaying translated markdown instructions (yet!).

They are also present in unplugged level content, but were not manifesting there; could very well be that we are manually fixing them only for unplugged levels. I'm going to spend a bit of time as a follow-up seeing if there's something I can remove

@Hamms Hamms changed the title [WIP] restore escaped carriage returns coming out of crowdin restore escaped carriage returns coming out of crowdin May 1, 2018
@Hamms Hamms requested a review from joshlory May 1, 2018 21:37
@Hamms Hamms force-pushed the sanitize-newlines-out-of-crowdin branch from 4263b50 to 73a5f01 Compare May 1, 2018 21:45
Follow-up to #22125

Also as a side effect switches a lot of strings over from YAML
literal-style strings (with `|`) to just regular strings
…crowdin-content

Sync out i18n data with santizied carriage returns
@Hamms Hamms merged commit 2d9e4ca into staging May 7, 2018
@Hamms Hamms deleted the sanitize-newlines-out-of-crowdin branch May 7, 2018 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants