auto-localization
Version:
A powerful tool to automatically extract text strings from React Native (or React) components and generate localization files. Supports generating JSON or JavaScript/TypeScript constants files for easy integration with your app's localization system.
39 lines (38 loc) • 1.01 kB
JSON
{
"name": "auto-localization",
"version": "1.1.6",
"description": "A powerful tool to automatically extract text strings from React Native (or React) components and generate localization files. Supports generating JSON or JavaScript/TypeScript constants files for easy integration with your app's localization system.",
"main": "src/index.js",
"bin": {
"auto-localization": "src/index.js"
},
"scripts": {
"test": "echo \"No test specified\" && exit 0"
},
"keywords": [
"localization",
"react",
"react-native",
"i18n",
"babel-plugin",
"coder-shubh",
"auto link",
"generate json",
"internationalization",
"generate constants",
"constants",
"string",
"json",
"extractor"
],
"author": "coder-shubh",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.0",
"@babel/parser": "^7.26.5",
"@babel/preset-env": "^7.26.0",
"fs-extra": "^11.2.0",
"glob": "^11.0.1"
}
}