9
0
mirror of https://gitlab.com/SamB440/rpgregions-2.git synced 2025-12-27 18:59:10 +00:00

Use mozilla's format

This commit is contained in:
SamB440
2020-01-15 14:24:33 +00:00
parent 69d31e41f5
commit f94f649112

View File

@@ -1,5 +1,16 @@
{
"discovered_on": "&7Discovered on: %0",
"discovered_title": "&d%0 discovered!",
"discovered_subtitle": "&fKeep exploring to discover more!"
"discovered_on": {
"message": "&7Discovered on: %0",
"description": "When the discovery was made"
},
"discovered_title": {
"message": "&d%0 discovered!",
"description": "Title shown when a discovery is made"
},
"discovered_subtitle": {
"message": "&fKeep exploring to discover more!",
"description": "Subtitle shown when a discovery is made"
}
}