mirror of
https://github.com/modrinth/code.git
synced 2026-09-04 22:10:15 +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:
@@ -1304,9 +1304,6 @@
|
||||
"files.editor.file-saved-title": {
|
||||
"defaultMessage": "Datei gespeichert"
|
||||
},
|
||||
"files.editor.find-close": {
|
||||
"defaultMessage": "Schließen"
|
||||
},
|
||||
"files.editor.find-in-file": {
|
||||
"defaultMessage": "Finden"
|
||||
},
|
||||
@@ -5399,12 +5396,6 @@
|
||||
"sharing.invite-players-modal.avatar-alt": {
|
||||
"defaultMessage": "Avatar von {username}"
|
||||
},
|
||||
"sharing.invite-players-modal.cancel": {
|
||||
"defaultMessage": "Abbrechen"
|
||||
},
|
||||
"sharing.invite-players-modal.cancel-button": {
|
||||
"defaultMessage": "Abbrechen"
|
||||
},
|
||||
"sharing.invite-players-modal.custom-expiry": {
|
||||
"defaultMessage": "Benutzerdefiniert..."
|
||||
},
|
||||
@@ -6240,4 +6231,3 @@
|
||||
"defaultMessage": "Typ"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user