mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-18 03:38:51 +00:00
add moderator names (moderatorList.json) and associated text (moderatorIntro* in groups.json) for displaying at the top of Tavern chat
This commit is contained in:
parent
92fc8bd5cf
commit
3c8d37f2d9
3 changed files with 14 additions and 0 deletions
|
|
@ -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:",
|
||||
|
|
|
|||
3
locales/en/moderatorList.json
Normal file
3
locales/en/moderatorList.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"moderatorList": "Lemoness, redphoenix, SabreCat, lefnire, paglias, wc8, Breadstrings, Daniel the Bard, Megan, Ryan, Alys"
|
||||
}
|
||||
9
locales/en/moderatorList_README.md
Normal file
9
locales/en/moderatorList_README.md
Normal file
|
|
@ -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.
|
||||
Loading…
Reference in a new issue