diff options
author | HiDeoo | 2024-01-25 20:42:58 +0100 |
---|---|---|
committer | GitHub | 2024-01-25 20:42:58 +0100 |
commit | 258496722c870f111c2c1656cbf3b81bac85685a (patch) | |
tree | c01e65989ddd93a51b54d92584ba891d7d19d62a | |
parent | 9d4e27f7200f79d24c6c9faeb28bd6b136bdc8d3 (diff) | |
download | IT.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.mjs | 1 |
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' }, }, |