UNPKG

cordova-plugin-localization-strings

Version:

Cordova Plugin for handling localization strings on InfoPlist.strings and Localizable.strings on iOS, strings.xml on Android

42 lines (41 loc) 997 B
{ "name": "cordova-plugin-localization-strings", "version": "5.0.8", "description": "Cordova Plugin for handling localization strings on InfoPlist.strings and Localizable.strings on iOS, strings.xml on Android", "keywords": [ "ecosystem:cordova", "cordova-android", "cordova-ios", "i18n", "internationalization", "l10n", "localization", "strings.xml", "InfoPlist.strings", "Localizable.strings" ], "homepage": "https://github.com/kelvinhokk/cordova-plugin-localization-strings.git", "bugs": { "url": "https://github.com/kelvinhokk/cordova-plugin-localization-strings.git/issues" }, "repository": { "type": "git", "url": "https://github.com/kelvinhokk/cordova-plugin-localization-strings.git" }, "license": "MIT", "dependencies": { "glob": "^10.2.1", "mkdirp": "^3.0.0", "underscore": "^1.13.6", "xcode": "^3.0.1", "xml2js": "^0.5.0" }, "engines": { "cordovaDependencies": { "4.0.0": { "cordova": ">=6.1.0" } }, "node": ">=10" } }