diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 54ab096a53..f9b15e4110 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -242,7 +242,7 @@ npmx.dev uses [@nuxtjs/i18n](https://i18n.nuxtjs.org/) for internationalization. ### Approach - All user-facing strings should use translation keys via `$t()` in templates and script -- Translation files live in `i18n/locales/` (e.g., `en-US.json`) +- Translation files live in [`i18n/locales/`](i18n/locales) (e.g., `en-US.json`) - We use the `no_prefix` strategy (no `/en-US/` or `/fr-FR/` in URLs) - Locale preference is stored in cookies and respected on subsequent visits diff --git a/app/pages/about.vue b/app/pages/about.vue index 929f3a27e9..b3fe0be7a7 100644 --- a/app/pages/about.vue +++ b/app/pages/about.vue @@ -212,8 +212,11 @@ const { data: contributors, status: contributorsStatus } = useFetch -
-