Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions src/content/docs/zh-cn/recipes/i18n.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -522,10 +522,5 @@ import StaticSsrTabs from '~/components/tabs/StaticSsrTabs.astro';
- [选择语言标签](https://www.w3.org/International/questions/qa-choosing-language-tags)
- [从右到左的 (RTL) 样式 101](https://rtlstyling.com/)

## 其他第三方库
- [astro-i18next](https://github.com/yassinedoghri/astro-i18next) — 为 i18next 提供的 Astro 集成,包括一些实用组件。
- [astro-i18n](https://github.com/alexandre-fernandez/astro-i18n) — 为 Astro 设计的以 TypeScript 为主的国际化库。
- [astro-i18n-aut](https://github.com/jlarmstrongiv/astro-i18n-aut) — i18n 的 Astro 集成,无需生成页面即可支持`defaultLocale`。该集成与适配器、UI 框架无关。
- [astro-react-i18next](https://github.com/jeremyxgo/astro-react-i18next) — 一个 Astro 集成,可以在 Astro 网站上的 React 组件中无缝使用 i18next 和 react-i18next。
- [paraglide](https://inlang.com/c/astro) — 一个专门为像 Astro 群岛这样的部分水合模式设计的完全类型安全的 i18n 库。
- [astro-loader-i18n](https://github.com/openscript/astro-loader-i18n) — Astro glob 内容加载器,专为 i18n 文件与文件夹结构设计,支持路由的翻译与本地化。
## 社区库
在我们的集成目录中查找[社区构建的 i18n 工具](https://astro.build/integrations/?search=i18n),你可以将它们添加到你的 Astro 项目中。