mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Add actions-processing based on qt-misc-processing
This commit is contained in:
parent
a7c5376063
commit
76c4ec7403
3 changed files with 3 additions and 2 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 7458a1d41ecb87d4fc88abaf20a6fa267d9e303d
|
||||
Subproject commit 34484d2abfa3e59a8a48befe300ebb05bd3040cc
|
|
@ -70,7 +70,6 @@ actions-previous-card-info = Previous Card Info
|
|||
# input is required before it can be performed. E.g. "Export..." vs. "Delete".
|
||||
actions-with-ellipsis = { $action }...
|
||||
actions-fullscreen-unsupported = Full screen mode is not supported for your video driver. Try switching to a different one from the preferences screen.
|
||||
|
||||
actions-flag-number = Flag { $number }
|
||||
|
||||
## The same translation may used for two independent actions:
|
||||
|
@ -93,3 +92,4 @@ actions-nothing-to-redo = Nothing to redo
|
|||
actions-auto-advance = Auto Advance
|
||||
actions-auto-advance-activated = Auto Advance enabled
|
||||
actions-auto-advance-deactivated = Auto Advance disabled
|
||||
actions-processing = Processing...
|
||||
|
|
|
@ -84,6 +84,7 @@ fn ftl_file_from_key(old_key: &str) -> String {
|
|||
"deck-config",
|
||||
"empty-cards",
|
||||
"media-check",
|
||||
"qt-misc",
|
||||
] {
|
||||
if old_key.starts_with(&format!("{prefix}-")) {
|
||||
return format!("{prefix}.ftl");
|
||||
|
|
Loading…
Reference in a new issue