Skip to content

Commit

Permalink
Revert "feat: add i18n"
Browse files Browse the repository at this point in the history
This reverts commit f78d965.
  • Loading branch information
KagamiChan committed Sep 29, 2024
1 parent b841285 commit d89f3c3
Show file tree
Hide file tree
Showing 18 changed files with 21 additions and 610 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/ninja_i18n.yml

This file was deleted.

5 changes: 0 additions & 5 deletions .vscode/extensions.json

This file was deleted.

49 changes: 0 additions & 49 deletions messages/en.json

This file was deleted.

48 changes: 0 additions & 48 deletions messages/fr.json

This file was deleted.

51 changes: 0 additions & 51 deletions messages/ja.json

This file was deleted.

50 changes: 0 additions & 50 deletions messages/ko.json

This file was deleted.

51 changes: 0 additions & 51 deletions messages/zh-hans.json

This file was deleted.

51 changes: 0 additions & 51 deletions messages/zh-hant.json

This file was deleted.

9 changes: 1 addition & 8 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { paraglide } from '@inlang/paraglide-next/plugin'
import { setupDevPlatform } from '@cloudflare/next-on-pages/next-dev'
/**
* Run `build` or `dev` with `SKIP_ENV_VALIDATION` to skip env validation. This is especially useful
Expand All @@ -23,10 +22,4 @@ if (process.env.NODE_ENV === 'development') {
await setupDevPlatform()
}

export default paraglide({
paraglide: {
project: './project.inlang',
outdir: './src/paraglide',
},
...config,
})
export default config
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
},
"dependencies": {
"@cloudflare/next-on-pages": "^1.13.3",
"@inlang/paraglide-next": "0.5.2",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-navigation-menu": "^1.2.0",
Expand Down Expand Up @@ -52,8 +51,7 @@
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.3",
"typescript": "^5.5.3",
"@inlang/paraglide-js": "1.11.2"
"typescript": "^5.5.3"
},
"ct3aMetadata": {
"initVersion": "7.37.0"
Expand Down
Loading

0 comments on commit d89f3c3

Please sign in to comment.