https://github.com/caoyang2002/i18n-example
i18n (backend & frontend)
https://github.com/caoyang2002/i18n-example
Last synced: 10 months ago
JSON representation
i18n (backend & frontend)
- Host: GitHub
- URL: https://github.com/caoyang2002/i18n-example
- Owner: caoyang2002
- Created: 2024-08-15T02:18:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-25T15:07:08.000Z (over 1 year ago)
- Last Synced: 2024-08-26T16:14:51.737Z (over 1 year ago)
- Language: TypeScript
- Size: 4.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TS + REACT **ONLY**
# i18n example
## 1-next-i18n

```bash
yarn dev
```
http://localhost:3000
## 2-next-admin

```bash
yarn dev
```
http://localhost:80
# 3-next

```bash
yarn dev
```
http://localhost:3000
# 4-ssg

```bash
npm run dev
```
http://localhost:3000
# 5-next-simple

```bash
yarn dev
```
http://localhost:3000
# 6-next

```bash
npm install
npm run dev
```
http://localhost:3000
# 7-next-menu

```bash
yarn dev
```
http://localhost:3000
# 8-route

```bash
yarn dev
```
http://localhost:3000
# Create
```bash
npx create-next-app --example app-dir-i18n-routing i18n-app
```
# Docs
https://next-intl-docs.vercel.app/docs/usage