Added friends/rivals labels to en.json
The playbook effects use localization strings that hadn't been added to the localization files. This commit adds those, to the english dictionary as a start.
This commit is contained in:
parent
9e207a4602
commit
67d7d29fb6
1 changed files with 12 additions and 1 deletions
13
lang/en.json
13
lang/en.json
|
@ -214,5 +214,16 @@
|
|||
"BITD.EffectWarning": "Managing Active Effects within an Owned Item is not currently supported by FoundryVTT and will be added in a subsequent update.",
|
||||
|
||||
"BITD.Name": "Name",
|
||||
"BITD.CampaignName": "Campaign Name"
|
||||
"BITD.CampaignName": "Campaign Name",
|
||||
|
||||
"BITD.DangerousFriends": "Dangerous Friends",
|
||||
"BITD.EnemiesRivals": "Enemies and Rivals",
|
||||
"BITD.DeadlyFriends": "Deadly Friends",
|
||||
"BITD.Blank": "",
|
||||
"BITD.CleverFriends": "Clever Friends",
|
||||
"BITD.ShadyFriends": "Shady Friends",
|
||||
"BITD.SlyFriends": "Sly Friends",
|
||||
"BITD.ShrewdFriends": "Shrewd Friends",
|
||||
"BITD.DarkServants": "Dark Servants",
|
||||
"BITD.StrangeFriends": "Strange Friends"
|
||||
}
|
Reference in a new issue