fix i18n extractor not recognizing shorthand plural count in MultiExportDialog (#22877)

This commit is contained in:
Josh Hawkins
2026-04-14 13:51:39 -05:00
committed by GitHub
parent e7e6f87682
commit 48abac9b45
2 changed files with 6 additions and 6 deletions
@@ -81,13 +81,11 @@
"exportButton_other": "Export {{count}} Cameras"
},
"multi": {
"title": "Export {{count}} reviews",
"title_one": "Export 1 review",
"title_other": "Export {{count}} reviews",
"description": "Export each selected review. All exports will be grouped under a single case.",
"descriptionNoCase": "Export each selected review.",
"caseNamePlaceholder": "Review export - {{date}}",
"exportButton": "Export {{count}} reviews",
"exportButton_one": "Export 1 review",
"exportButton_other": "Export {{count}} reviews",
"exportingButton": "Exporting...",