From 67d7d29fb64ff3f761ba2d82fb2fe01941a9c2af Mon Sep 17 00:00:00 2001 From: Justin Ross Date: Sat, 8 Jan 2022 15:29:37 -0800 Subject: [PATCH] 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. --- lang/en.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/lang/en.json b/lang/en.json index 382f8b7..ca093ff 100644 --- a/lang/en.json +++ b/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" } \ No newline at end of file