From 3c8d37f2d974bdf66dc978d744713d7c17f87f7c Mon Sep 17 00:00:00 2001 From: Alice Harris Date: Sat, 28 Jun 2014 14:25:50 +1000 Subject: [PATCH] add moderator names (moderatorList.json) and associated text (moderatorIntro* in groups.json) for displaying at the top of Tavern chat --- locales/en/groups.json | 2 ++ locales/en/moderatorList.json | 3 +++ locales/en/moderatorList_README.md | 9 +++++++++ 3 files changed, 14 insertions(+) create mode 100644 locales/en/moderatorList.json create mode 100644 locales/en/moderatorList_README.md diff --git a/locales/en/groups.json b/locales/en/groups.json index 8acd841b02..1e00b6d9bc 100644 --- a/locales/en/groups.json +++ b/locales/en/groups.json @@ -15,6 +15,8 @@ "tavernTalk": "Tavern Talk", "tavernAlert1": "Note: if you're reporting a bug, the developers won't see it here. Please", "tavernAlert2": "use Github instead", + "moderatorIntro1": "Tavern and guild moderators are: ", + "moderatorIntro2": ". Moderators' names are always highlighted in orange or purple.", "party": "Party", "createAParty": "Create A Party", "noPartyText": "You are either not in a party or your party is taking a while to load. You can either create one and invite friends, or if you want to join an existing party, have them enter:", diff --git a/locales/en/moderatorList.json b/locales/en/moderatorList.json new file mode 100644 index 0000000000..178978dc5e --- /dev/null +++ b/locales/en/moderatorList.json @@ -0,0 +1,3 @@ +{ + "moderatorList": "Lemoness, redphoenix, SabreCat, lefnire, paglias, wc8, Breadstrings, Daniel the Bard, Megan, Ryan, Alys" +} diff --git a/locales/en/moderatorList_README.md b/locales/en/moderatorList_README.md new file mode 100644 index 0000000000..557eff4234 --- /dev/null +++ b/locales/en/moderatorList_README.md @@ -0,0 +1,9 @@ +Suggestion: + +Do NOT copy this file to the other language folders because it +contains nothing but people's names and hence won't need to be +translated. The names are likely to change every so often, so +unnecessary copies are good to avoid. + +An exception would be for languages (if any) where commas are not used +to separate words in a list.