Merge pull request #5270 from GitHubSphinx/Sphinx-i18n-db2

Made text on static/contact translatable
This commit is contained in:
Blade Barringer 2015-05-24 22:17:10 -05:00
commit 690321baca
2 changed files with 21 additions and 8 deletions

View file

@ -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"
}

View file

@ -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