mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-14 05:07:22 +01:00
fix(sharing): Localize Tweet text
This commit is contained in:
@@ -109,5 +109,6 @@
|
|||||||
"December": "December",
|
"December": "December",
|
||||||
"dateFormat": "Date Format",
|
"dateFormat": "Date Format",
|
||||||
"achievementStressbeast": "Savior of Stoïkalm",
|
"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
|
.character-sprites
|
||||||
.addthis_native_toolbox(ng-if='::profile._id==user._id',
|
.addthis_native_toolbox(ng-if='::profile._id==user._id',
|
||||||
data-url="#{env.BASE_URL}/static/front/#?memberId={{::profile._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
|
// Mount Body
|
||||||
if !opts.minimal
|
if !opts.minimal
|
||||||
|
|||||||
Reference in New Issue
Block a user