File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -221,10 +221,10 @@ const shareModal = useModal('share-modal')
221221 <!-- Share card -->
222222 <ButtonBase
223223 classicon =" i-lucide:share-2"
224- aria-label =" Share package card "
224+ : aria-label =" $t(' package.links.share_card') "
225225 @click =" shareModal.open()"
226226 >
227- <span class =" max-sm:sr-only" >share</span >
227+ <span class =" max-sm:sr-only" >{{ $t('package.links. share') }} </span >
228228 </ButtonBase >
229229 </div >
230230 </div >
Original file line number Diff line number Diff line change 433433 "docs" : " docs" ,
434434 "fund" : " fund" ,
435435 "compare" : " compare" ,
436- "compare_this_package" : " compare this package"
436+ "compare_this_package" : " compare this package" ,
437+ "share" : " share" ,
438+ "share_card" : " Share package card"
437439 },
438440 "likes" : {
439441 "like" : " Like this package" ,
Original file line number Diff line number Diff line change 13051305 },
13061306 "compare_this_package" : {
13071307 "type" : " string"
1308+ },
1309+ "share" : {
1310+ "type" : " string"
1311+ },
1312+ "share_card" : {
1313+ "type" : " string"
13081314 }
13091315 },
13101316 "additionalProperties" : false
You can’t perform that action at this time.
0 commit comments