Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/components/Package/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ const fundingUrl = computed(() => {
aria-keyshortcuts="c"
classicon="i-lucide:git-compare"
>
<span class="max-sm:sr-only">{{ $t('package.links.compare') }}</span>
<span class="max-sm:sr-only">{{ $t('package.links.compare_this_package') }}</span>
</LinkBase>
<!-- Package likes -->
<TooltipApp
Expand Down
3 changes: 2 additions & 1 deletion i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,8 @@
"code": "code",
"docs": "docs",
"fund": "fund",
"compare": "compare"
"compare": "compare",
"compare_this_package": "compare this package"
},
"likes": {
"like": "Like this package",
Expand Down
3 changes: 2 additions & 1 deletion i18n/locales/fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,8 @@
"code": "code",
"docs": "docs",
"fund": "donner",
"compare": "comparer"
"compare": "comparer",
"compare_this_package": "comparer ce paquet"
},
"likes": {
"like": "Liker ce paquet",
Expand Down
3 changes: 3 additions & 0 deletions i18n/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -957,6 +957,9 @@
},
"compare": {
"type": "string"
},
"compare_this_package": {
"type": "string"
}
},
"additionalProperties": false
Expand Down
Loading