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

Remove trailing whitespace to prevent whitespace in translations. #17032

Closed
wants to merge 1 commit into from

Conversation

s3gfaultx
Copy link
Contributor

Whitespace characters were inadvertantly added in previous PR and now appear in translations. This PR simply just removes the offending whitespace characters.

@viachaslavic
Copy link
Contributor

If I'm not mistaken, the main file is intl/msg_hash_us.h. Perhaps, in this case, it is advisable to change all files at once, to prevent regeneration already translated strings into empty ones. Something like:

sed -i 's/   $//g' intl/msg_hash_*.h

@s3gfaultx s3gfaultx closed this Sep 23, 2024
@s3gfaultx s3gfaultx deleted the remove_whitespace branch September 23, 2024 19:20
@s3gfaultx
Copy link
Contributor Author

Good catch and good idea, opened a new PR with those changes.

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.

2 participants