mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 01:29:21 +00:00
fix(sharing): Localize Tweet text
This commit is contained in:
parent
a03fa32a3a
commit
bc11e03bef
2 changed files with 3 additions and 2 deletions
|
|
@ -109,5 +109,6 @@
|
|||
"December": "December",
|
||||
"dateFormat": "Date Format",
|
||||
"achievementStressbeast": "Savior of Stoïkalm",
|
||||
"achievementStressbeastText": "Helped defeat the Abominable Stressbeast during the 2015 Winter Wonderland Event!"
|
||||
"achievementStressbeastText": "Helped defeat the Abominable Stressbeast during the 2015 Winter Wonderland Event!",
|
||||
"checkOutProgress": "Check out my progress in Habitica!"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ mixin avatar(opts)
|
|||
.character-sprites
|
||||
.addthis_native_toolbox(ng-if='::profile._id==user._id',
|
||||
data-url="#{env.BASE_URL}/static/front/#?memberId={{::profile._id}}",
|
||||
data-title="Check out my HabitRPG progress!")
|
||||
data-title=env.t('checkOutProgress'))
|
||||
|
||||
// Mount Body
|
||||
if !opts.minimal
|
||||
|
|
|
|||
Loading…
Reference in a new issue