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 xgettext warnings #1247

Merged
merged 1 commit into from
Jan 14, 2022

Conversation

olanti-p
Copy link
Contributor

Summary

SUMMARY: None

Purpose of change

xgettext gets confused by thousands separators in code, and emits warnings during string extraction.
Normally that's not an issue, but these warnings show up on each and every PR, and that's getting annoying.
image

Describe the solution

Get rid of problematic thousands separators. Looks like there's only 3 of them in the codebase, so their presense can be considered as going against code style anyway.

Testing

CI will tell.

xgettext is getting confused by them...
@Coolthulhu Coolthulhu self-assigned this Jan 14, 2022
@Coolthulhu Coolthulhu merged commit 54b1302 into cataclysmbnteam:upload Jan 14, 2022
@olanti-p olanti-p deleted the fix-xgettext-warnings branch January 14, 2022 21:11
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