i18n cli
$ npm i easy-i18n-cli --save-dev
// i18n.config.js
module.exports = {
srcDirs: [
'test/fixtures/**/*.*',
],
distDir: __dirname,
tokenName: '__i18n',
};
...
"translate": "easy-i18n-cli -c ./i18n.config.js",
"translate:check": "npm run translate -- --check",
...
import locale from 'easy-i18n-cli/src/locale';
import enObj from './en-US';
export const __i18n = locale({
en: enObj,
useEn: () => true,
});
$ ./bin/easy-i18n-cli.js -c ./google-translate.config.js
xudafeng |
snapre |
ilimei |
---|
This project follows the git-contributor spec, auto updated at Wed Feb 01 2023 17:48:43 GMT+0800
.
The MIT License (MIT)