summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiDeoo2024-01-25 20:42:58 +0100
committerGitHub2024-01-25 20:42:58 +0100
commit258496722c870f111c2c1656cbf3b81bac85685a (patch)
treec01e65989ddd93a51b54d92584ba891d7d19d62a
parent9d4e27f7200f79d24c6c9faeb28bd6b136bdc8d3 (diff)
downloadIT.starlight-258496722c870f111c2c1656cbf3b81bac85685a.tar.gz
IT.starlight-258496722c870f111c2c1656cbf3b81bac85685a.tar.bz2
IT.starlight-258496722c870f111c2c1656cbf3b81bac85685a.zip
i18n(fr): update resources sidebar group label (#1404)
-rw-r--r--docs/astro.config.mjs1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs
index 70b17d7f..06f28a6a 100644
--- a/docs/astro.config.mjs
+++ b/docs/astro.config.mjs
@@ -187,6 +187,7 @@ export default defineConfig({
badge: 'New',
translations: {
'zh-CN': '资源',
+ fr: 'Ressources',
},
autogenerate: { directory: 'resources' },
},