Add the locations selector (closes #153)
This commit is contained in:
parent
ad2da03f1e
commit
dd5a980f4e
5 changed files with 34 additions and 14 deletions
|
|
@ -68,13 +68,20 @@
|
|||
"rare": "Rare",
|
||||
"legendary": "Legendary"
|
||||
},
|
||||
"location": {
|
||||
"unknown": "@dotdungeon.common.empty",
|
||||
"inventory": "Inventory",
|
||||
"equipped": "Equipped",
|
||||
"storage": "Storage"
|
||||
},
|
||||
"default": {
|
||||
"name": "(Unnamed @TYPES.{document}.{type})"
|
||||
},
|
||||
"common": {
|
||||
"send-to-chat": "Send to Chat",
|
||||
"edit": "Edit",
|
||||
"delete": "Delete"
|
||||
"delete": "Delete",
|
||||
"empty": "---"
|
||||
},
|
||||
"sheet-names": {
|
||||
"UntypedDataSheet": "Data Sheet"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue