mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 10:12:21 +00:00
Add translation link to news (#8216)
* Add translation link to news * Add newsArchive string * Translate news archive link
This commit is contained in:
parent
6a343535c0
commit
928e5f66c4
2 changed files with 3 additions and 0 deletions
|
|
@ -127,6 +127,7 @@
|
|||
"motivate1": "Motivate yourself to do anything.",
|
||||
"motivate2": "Get Organized. Get Motivated. Get Gold.",
|
||||
"oldNews": "News",
|
||||
"newsArchive": "News archive on Wikia (multilingual)",
|
||||
"passConfirm": "Confirm Password",
|
||||
"passMan": "In case you are using a password manager (like 1Password) and have problems logging in, try typing your username and password manually.",
|
||||
"password": "Password",
|
||||
|
|
|
|||
|
|
@ -20,6 +20,8 @@ h2 11/17/2016 - NEW AVATAR HAIRSTYLES, SOUND THEME, AND BLOG POST
|
|||
if menuItem !== 'oldNews'
|
||||
hr
|
||||
a(href='/static/old-news', target='_blank') Read older news
|
||||
br
|
||||
a(href='http://habitica.wikia.com/wiki/Whats_New', target='_blank') =env.t('newsArchive')
|
||||
|
||||
mixin oldNews
|
||||
h2 11/15/2016 - NEW PET QUEST AND iOS UPDATE
|
||||
|
|
|
|||
Loading…
Reference in a new issue