-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Forget→Reset #3078
Comments
I looked into this and the quick approach would be to change these key values in the .ftl language files:
But code-wise I don't know if it would still have sense to call this feature One last thing before eventually sending the PR: I modified files in two subrepos (the .ftl files), but I committed the change only to my local |
Only those two files need modifying. You can keep the key name the same, as we don't want to force a retranslation for the other languages. I will sync the changes to the other repos once this gets merged in. Have you checked that &R is not used by another menu item already? |
&R is already used in |
If I recall correctly, they only need to be unique for menu items in the same top-level menu - so one in the the Edit menu and one in the Cards menu shouldn't be a problem, for example. |
At the top-level only the |
No problem, sorry for not being clear the first time! A PR would be appreciated. |
The respective *.ftl file keys `actions-forget-card` and `qt-accel-forget` will keep the same name to prevent having to force a retranslation for other languages, only the string value was changed
This FAQ answer still refers to the action as "Forget": https://faqs.ankiweb.net/resetting-progress-in-a-deck.html |
I've pushed an update, thanks. |
Originally reported on https://forums.ankiweb.net/t/unify-the-terms-for-reset-card/42508
The text was updated successfully, but these errors were encountered: