refactor(i18n): use common messages for generic button labels (#7020)

A few components defined their own "Cancel", "Close", "Clear" and
"Success" descriptors when commonMessages already has them. Swapped
them over and removed the old ones.

Locale files come from intl:prune-local dropping the now-orphaned
strings across every language.
This commit is contained in:
Mr_chank
2026-08-07 04:39:05 +00:00
committed by GitHub
parent b8d97268cb
commit 8aa22b9bed
72 changed files with 23 additions and 440 deletions
@@ -1481,9 +1481,6 @@
"dashboard.collections.sort.recently-updated": {
"message": "Kürzlich aktualisiert"
},
"dashboard.creator-tax-form-modal.close-button": {
"message": "Schließen"
},
"dashboard.creator-tax-form-modal.confirmation.download-button": {
"message": "{formType} herunterladen"
},
@@ -2984,9 +2981,6 @@
"modpack-scan-modal.delete-all-groups.error": {
"message": "Fehler beim Löschen aller Gruppen: {error}"
},
"modpack-scan-modal.delete-all-groups.proceed": {
"message": "Löschen"
},
"modpack-scan-modal.delete-all-groups.success": {
"message": "Alle Gruppen wurden gelöscht."
},
@@ -3026,9 +3020,6 @@
"modpack-scan-modal.scanning": {
"message": "Wird gescannt..."
},
"modpack-scan-modal.success": {
"message": "Erfolg"
},
"modpack-scan-modal.title": {
"message": "Modpack-Scan ({scanned}/{total} Dateien)"
},