Add missing extracted keys (#1498)
This commit is contained in:
parent
e754f6c234
commit
1108b0264e
@ -56,6 +56,12 @@
|
||||
"profile.label.edit-username": {
|
||||
"message": "Username"
|
||||
},
|
||||
"profile.label.no-collections": {
|
||||
"message": "This user has no collection!"
|
||||
},
|
||||
"profile.label.no-collections-auth": {
|
||||
"message": "You don't have any collections.\nWould you like to <create-link>create one</create-link>?"
|
||||
},
|
||||
"profile.label.no-projects": {
|
||||
"message": "This user has no projects!"
|
||||
},
|
||||
@ -80,6 +86,12 @@
|
||||
"project-type.all": {
|
||||
"message": "All"
|
||||
},
|
||||
"project-type.collection.plural": {
|
||||
"message": "Collections"
|
||||
},
|
||||
"project-type.collection.singular": {
|
||||
"message": "Collection"
|
||||
},
|
||||
"project-type.datapack.plural": {
|
||||
"message": "Data Packs"
|
||||
},
|
||||
@ -104,6 +116,12 @@
|
||||
"project-type.plugin.singular": {
|
||||
"message": "Plugin"
|
||||
},
|
||||
"project-type.project.plural": {
|
||||
"message": "Projects"
|
||||
},
|
||||
"project-type.project.singular": {
|
||||
"message": "Project"
|
||||
},
|
||||
"project-type.resourcepack.plural": {
|
||||
"message": "Resource Packs"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user