diff --git a/.vscode/settings.json b/.vscode/settings.json index 6d6475d4..c3b518dc 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -10,5 +10,10 @@ "cSpell.words": [ "masto", "Nuxtodon" - ] + ], + "i18n-ally.localesPaths": [ + "locales" + ], + "i18n-ally.keystyle": "nested", + "i18n-ally.sourceLanguage": "en-US" } diff --git a/components/nav/NavFooter.vue b/components/nav/NavFooter.vue index 5ce5f787..35182589 100644 --- a/components/nav/NavFooter.vue +++ b/components/nav/NavFooter.vue @@ -5,17 +5,20 @@ const buildTimeAgo = useTimeAgo(buildTime)