We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28b4500 commit db94835Copy full SHA for db94835
app/pages/settings.vue
@@ -252,12 +252,12 @@ const setLocale: typeof setNuxti18nLocale = locale => {
252
<!-- Simple help link for source locale -->
253
<template v-else>
254
<a
255
- href="https://github.com/npmx-dev/npmx.dev/tree/main/i18n/locales"
+ href="https://i18n.npmx.dev/"
256
target="_blank"
257
rel="noopener noreferrer"
258
class="inline-flex items-center gap-2 text-sm text-fg-muted hover:text-fg transition-colors duration-200 focus-visible:outline-accent/70 rounded"
259
>
260
- <span class="i-simple-icons:github w-4 h-4" aria-hidden="true" />
+ <span class="i-lucide:languages w-4 h-4" aria-hidden="true" />
261
{{ $t('settings.help_translate') }}
262
</a>
263
</template>
0 commit comments