mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-03 12:40:00 +00:00
Made text on static/contact translatable
Addressing _#12 in the OP of https://github.com/HabitRPG/habitrpg/issues/4522 Before/after screenshot: http://i.snag.gy/b00FV.jpg "Report a Bug" string is used from generic.json as already translated before
This commit is contained in:
parent
a07f8572b0
commit
dc51c6e478
2 changed files with 21 additions and 8 deletions
|
|
@ -172,5 +172,11 @@
|
|||
"username": "Username",
|
||||
"watchVideos": "Watch Videos",
|
||||
"work": "Work",
|
||||
"zelahQuote": "With HabitRPG, I can be persuaded to go to bed on time by the thought of gaining points for an early night or losing health for a late one!"
|
||||
"zelahQuote": "With HabitRPG, I can be persuaded to go to bed on time by the thought of gaining points for an early night or losing health for a late one!",
|
||||
"reportAccountProblems": "Report Account Problems",
|
||||
"reportCommunityIssues": "Report Community Issues",
|
||||
"generalQuestionsSite": "General Questions about the Site",
|
||||
"businessInquiries": "Business Inquiries",
|
||||
"merchandiseInquiries": "Merchandise Inquiries",
|
||||
"marketingInquiries": "Marketing/Social Media Inquiries"
|
||||
}
|
||||
|
|
@ -13,23 +13,30 @@ block content
|
|||
.page-header
|
||||
h1=env.t('contactUs')
|
||||
p
|
||||
| Report Account Problems:
|
||||
=env.t('reportAccountProblems')
|
||||
| :
|
||||
a(href='mailto:admin@habitrpg.com') admin@habitrpg.com
|
||||
br
|
||||
| Report a Bug:
|
||||
=env.t('reportBug')
|
||||
| :
|
||||
a(target='_blank', href='https://github.com/HabitRPG/habitrpg/issues?q=is%3Aopen') Github
|
||||
br
|
||||
| Report Community Issues:
|
||||
=env.t('reportCommunityIssues')
|
||||
| :
|
||||
a(href='mailto:leslie@habitrpg.com') leslie@habitrpg.com
|
||||
br
|
||||
| General Questions about the Site:
|
||||
=env.t('generalQuestionsSite')
|
||||
| :
|
||||
a(target='_blank', href='http://habitrpg.wikia.com/wiki/The_Keep:The_Newbies_Guild') Newbies Guild
|
||||
br
|
||||
| Business Inquiries:
|
||||
=env.t('businessInquiries')
|
||||
| :
|
||||
a(href='mailto:vicky@habitrpg.com') vicky@habitrpg.com
|
||||
br
|
||||
| Merchandise Inquiries:
|
||||
=env.t('merchandiseInquiries')
|
||||
| :
|
||||
a(href='mailto:store@habitrpg.com') store@habitrpg.com
|
||||
br
|
||||
| Marketing/Social Media Inquiries:
|
||||
=env.t('marketingInquiries')
|
||||
| :
|
||||
a(href='mailto:leslie@habitrpg.com') leslie@habitrpg.com
|
||||
|
|
|
|||
Loading…
Reference in a new issue