Use translatable strings in footer (#9866)

This commit is contained in:
Alexey Pyltsyn
2018-01-29 21:11:30 +00:00
committed by Sabe Jones
parent 3c603e3bb1
commit 4b0ad422f1

View File

@@ -10,7 +10,7 @@
h3 h3
a(href='https://play.google.com/store/apps/details?id=com.habitrpg.android.habitica', target='_blank') {{ $t('mobileAndroid') }} a(href='https://play.google.com/store/apps/details?id=com.habitrpg.android.habitica', target='_blank') {{ $t('mobileAndroid') }}
.col-12.col-md-2 .col-12.col-md-2
h3 Company h3 {{ $t('footerCompany') }}
ul ul
li li
router-link(to='/static/features') {{ $t('companyAbout') }} router-link(to='/static/features') {{ $t('companyAbout') }}
@@ -29,7 +29,7 @@
li li
router-link(to='/static/contact') {{ $t('contactUs') }} router-link(to='/static/contact') {{ $t('contactUs') }}
.col-12.col-md-2 .col-12.col-md-2
h3 Community h3 {{ $t('footerCommunity') }}
ul ul
li li
a(target="_blanck", href="/static/community-guidelines") {{ $t('communityGuidelines') }} a(target="_blanck", href="/static/community-guidelines") {{ $t('communityGuidelines') }}
@@ -50,7 +50,7 @@
.col-12.col-md-6 .col-12.col-md-6
.row .row
.col-6 .col-6
h3 Developers h3 {{ $t('footerDevs') }}
ul ul
li li
a(href='/apidoc', target='_blank') {{ $t('APIv3') }} a(href='/apidoc', target='_blank') {{ $t('APIv3') }}