-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Library menu: change "Engine DJ Prime" to "Engine DJ" #14248
base: 2.5
Are you sure you want to change the base?
Conversation
QString exportTitle = tr("E&xport Library to Engine DJ"); | ||
QString exportText = tr("Export the library to the Engine DJ format"); |
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.
Let's add a comment for translators that 'Engine DJ' is a brand / name and should not be translated.
The syntax is //: hint text
and that goes one the line above the tr strings, so here it'd be
//: "Engine DJ" must not be translated
If this change is okay (@mr-smidge ?), there are other user-visible strings that need to be changed for consistency (and maybe also code comments?). |
Corected labels for concistency |
Hmmno.. did you forget to push? |
This change looks good 👍 - Denon now use "Engine DJ" as the all-encompassing term, covering things like Engine OS (the firmware that runs on hardware players) and Engine Desktop (the software preparation application). |
Hi Guys, To make it not that confusing .... I did not use ENGINE DJ but eventually changed it to ENGINE OS ? But now that I know how to make a PR in GitHub. |
You make it confusing : ) All that should be done now is add the translator hint, and update the other occurences of "Engine Prime", too. |
Don't mind how it turns out at the end ... |
My suggestion would be to stick with "Engine DJ" 😄. Agree with @ronso0 to do the translator hint. |
Okay, so what about the other changes #14248 (comment) @audministrator ? |
@mr-smidge "My suggestion would be to stick with "Engine DJ" Sure no problem to modify it all again to Engine DJ. It will be a good practivce for me to actively use GitHuib :-) @Ronso Can you tell me if I can make the change in the branch again ? Or should I start all over creating a new branch ? |
Changed all labels and comments in the code from "Engine OS" to "Engine DJ" as preferred by mr-smidge. How can I apply the changes in current branch ? should I do something or are the changes automatically available in the current PR ? |
This PR conatins only changes in WMainMenubar, that's why I asked if you have local uncommited changes. The merge was not necessary btw, we don't need up-to-date 2.5 for this tr changes. |
Looks good, thank you! Please also add the translator hint everywhere you touched a tr string, see https://github.com/mixxxdj/mixxx/pull/14248/files#r1931116776 When you're done I'll squash all commits. |
Added //: "Engine DJ" must not be translated in all files and commit is done |
Thank you, but as I wrote: the translator hint only needs to be added where tr strings are touched ( I'll fixup, squash all comits and force-push later on. |
Sorry learning every day ;-) Thanks |
#ifdef __ENGINEPRIME__ | ||
QString exportTitle = tr("E&xport Library to Engine Prime"); | ||
QString exportText = tr("Export the library to the Engine Prime format"); | ||
QString exportTitle = tr("E&xport Library to Engine DJ"); |
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.
Is the &
expected there?
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.
& marks the letter that is used for the mnemonic / keyboard shortcut.
It's been there before, so why remove it?
Though we may add a translator hint for those, too.
Will do that once I clean up this branch in the next days.
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.
Na, I think I won't. let's add that when we notice issues with that (and we haven't seen any until now AFAIR)
Squashed and cleaned up. |
Changed Engine Prime to Endgine DJ