Add actions-processing based on qt-misc-processing

This commit is contained in:
Damien Elmes 2025-02-21 18:29:41 +07:00
parent a7c5376063
commit 76c4ec7403
3 changed files with 3 additions and 2 deletions

@ -1 +1 @@
Subproject commit 7458a1d41ecb87d4fc88abaf20a6fa267d9e303d
Subproject commit 34484d2abfa3e59a8a48befe300ebb05bd3040cc

View file

@ -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...

View file

@ -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");