Remove legacy formatCategory (#5280)

* Remove legacy formatCategory

* prepr
This commit is contained in:
Prospector
2026-02-02 10:20:23 -08:00
committed by GitHub
parent f81f951814
commit 56c8bb1950
6 changed files with 18 additions and 66 deletions

View File

@@ -677,6 +677,9 @@
"project-type.plugin.lowercase": {
"defaultMessage": "{count, plural, one {plugin} other {plugins}}"
},
"project-type.project.capital": {
"defaultMessage": "{count, plural, one {Project} other {Projects}}"
},
"project-type.project.category": {
"defaultMessage": "Projects"
},

View File

@@ -557,7 +557,7 @@ export const commonProjectTypeTitleMessages = defineMessages({
defaultMessage: '{count, plural, one {Server} other {Servers}}',
},
project: {
id: 'project-type.project.lowercase',
id: 'project-type.project.capital',
defaultMessage: '{count, plural, one {Project} other {Projects}}',
},
})