Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afeiship/i18n-packages
Everything about i18n.
https://github.com/afeiship/i18n-packages
i18n i18next plugins react vanilla-javascript vue
Last synced: 20 days ago
JSON representation
Everything about i18n.
- Host: GitHub
- URL: https://github.com/afeiship/i18n-packages
- Owner: afeiship
- Created: 2016-07-21T13:29:26.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-10-17T13:53:35.000Z (30 days ago)
- Last Synced: 2024-10-19T19:16:21.114Z (28 days ago)
- Topics: i18n, i18next, plugins, react, vanilla-javascript, vue
- Language: TypeScript
- Homepage:
- Size: 598 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# i18n-packages
> Everything about i18n.## old project
> eg: webpack3```js
const include = [
path.join(__dirname, "../src"),
path.join(__dirname, "../node_modules/@jswork/i18n-language-detect/dist"),
];const babelLoader = {
test: /\.(js|jsx|mjs)$/,
include,
loader: "babel-loader",
};
```