next-i18n-locale-detection

时间:2024-06-19 16:08:27
【文件属性】:

文件名称:next-i18n-locale-detection

文件大小:71KB

文件格式:ZIP

更新时间:2024-06-19 16:08:27

JavaScript

国际化路由 本示例说明如何使用Next.js和i18n路由功能创建国际化页面。 它显示了一个普通页面、一个非动态getStaticProps页面、一个动态getStaticProps页面和一个getServerSideProps页面。 有关此功能的更多文档,请参阅的文档 部署自己的 使用部署示例: 如何使用 使用或执行以引导示例: npx create-next-app --example i18n-routing i18n-app # or yarn create next-app --example i18n-routing i18n-app 使用将其部署到云端()。


【文件预览】:
next-i18n-locale-detection-main
----.gitignore(386B)
----package.json(261B)
----next.config.js(89B)
----README.md(1KB)
----pages()
--------gsp()
--------index.js(693B)
--------gssp.js(811B)
----yarn.lock(167KB)

网友评论