UNPKG

atma-cordova-plugin-localization-strings

Version:

Cordova Plugin for handling localization strings on InfoPlist.strings and Localizable.strings on iOS, strings.xml on Android.This package is fork of cordova-plugin-localization-strings.

49 lines (48 loc) 1.37 kB
{ "name": "atma-cordova-plugin-localization-strings", "version": "1.0.2", "description": "Cordova Plugin for handling localization strings on InfoPlist.strings and Localizable.strings on iOS, strings.xml on Android.This package is fork of cordova-plugin-localization-strings.", "repository": { "type": "git", "url": "git+https://github.com/atma-inc/cordova-plugin-localization-strings.git" }, "engines": [ { "name": "cordova", "version": ">=6.0.0" } ], "keywords": [ "ecosystem:cordova", "cordova-android", "cordova-ios", "i18n", "internationalization", "l10n", "localization", "strings.xml", "InfoPlist.strings", "Localizable.strings" ], "dependencies": { "fs-extra": "^1.0.0", "iconv-lite": "^0.4.15", "lodash": "^4.17.2", "xcode": "^0.9.0", "xml-writer": "^1.6.0", "xml2js": "^0.4.17", "xmldom": "^0.1.27", "path": "^0.12.7", "glob": "^7.1.3" }, "devDependencies": {}, "license": "MIT", "bugs": { "url": "git+https://github.com/atma-inc/cordova-plugin-localization-strings.git/issues" }, "homepage": "git+https://github.com/atma-inc/cordova-plugin-localization-strings.git", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "kasyu-123 <izumi@atma.co.jp> (https://github.com/atma-inc)" }