mirror of
https://github.com/modrinth/code.git
synced 2026-09-02 21:17:06 +00:00
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:
@@ -1112,9 +1112,6 @@
|
||||
"dashboard.collections.sort.recently-updated": {
|
||||
"message": "Dikemas Kini Baru-baru Ini"
|
||||
},
|
||||
"dashboard.creator-tax-form-modal.close-button": {
|
||||
"message": "Tutup"
|
||||
},
|
||||
"dashboard.creator-tax-form-modal.confirmation.download-button": {
|
||||
"message": "Muat turun {formType}"
|
||||
},
|
||||
@@ -2423,9 +2420,6 @@
|
||||
"moderation.page.technicalReview": {
|
||||
"message": "Semakan teknikal"
|
||||
},
|
||||
"modpack-scan-modal.delete-all-groups.proceed": {
|
||||
"message": "Kosongkan"
|
||||
},
|
||||
"modpack-scan-modal.failed": {
|
||||
"message": "Gagal"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user