UNPKG

web-pseudo-localizer

Version:

It provides the ability to scrape your website and converts all texts to pseudo-localized characters to test localizability.

37 lines (36 loc) 927 B
{ "name": "web-pseudo-localizer", "version": "1.0.7", "description": "It provides the ability to scrape your website and converts all texts to pseudo-localized characters to test localizability.", "main": "index.js", "dependencies": { "path": "^0.12.7", "puppeteer": "^8.0.0" }, "devDependencies": {}, "scripts": { "start": "node index.js" }, "repository": { "type": "git", "url": "git+https://github.com/juyeana/web-pseudo-localizer.git" }, "keywords": [ "localization", "localizability", "pseudolocalization", "pseudo-localization", "internationalization", "i18n", "l10n" ], "author": "Juyean Lee", "license": "MIT", "bugs": { "url": "https://github.com/juyeana/web-pseudo-localizer/issues" }, "homepage": "https://github.com/juyeana/web-pseudo-localizer#readme", "files": [ "/chars.json" ] }