Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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",
};
```