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

Don't perform translations at initialization #39494

Merged
merged 2 commits into from
Apr 13, 2020

Conversation

jbytheway
Copy link
Contributor

@jbytheway jbytheway commented Apr 12, 2020

Summary

SUMMARY: None

Details

Fix clang-tidy warnings about translations being performed in static initialization of objects, by converting the relevant strings into translation objects.

Testing

Unit tests and looking at the GUI in-game.

@jbytheway jbytheway marked this pull request as draft April 12, 2020 12:11
Fix clang-tidy warnings about translations being performed in static
initialization of objects, by converting the relevant strings into
translation objects.
Now this array order dictates GUI order, it should be in a more logical
order.
@jbytheway jbytheway force-pushed the fix_static_translations branch from 24c7ff0 to e9fd1e9 Compare April 13, 2020 00:25
@kevingranade kevingranade merged commit 11d4447 into CleverRaven:master Apr 13, 2020
@jbytheway jbytheway deleted the fix_static_translations branch April 13, 2020 11:09
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