-
Notifications
You must be signed in to change notification settings - Fork 238
Refactoring: move src/res/translation to src/translation #2576
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
Conversation
de75a64 to
fe88bb6
Compare
This is done to find translation files quicker
fe88bb6 to
2368d03
Compare
|
Sounds good to me. I agree that a folder called 'res' three levels deep wasn't a very intuitive place to find them in ;) |
hoffie
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is an improvement. The implementation looks clean (grep doesn't show any matches for the old path).
softins
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes look sensible, and CI is ok, so happy to approve.
I haven't done any tests myself, nor tried any of the built assets, due to lack of time.
|
I considered this save to merge – for me nothing broke. |
This is done to find translation files quicker
Short description of changes
CHANGELOG: Refactoring: Move translation files one level up to make finding them easier for translators.
Context: Fixes an issue?
Mentioned by me in chat. The deeply nested files have annoyed me for quite some time.
Does this change need documentation? What needs to be documented and how?
Yes. Contributors/especially Translators should be notified.
Status of this Pull Request
Discussion ready. Maybe another level/folder would be better?
What is missing until this pull request can be merged?
Review
Checklist