We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@fordkilleen
when I was updating this plugin I created a dummy cordova project. something along the lines of:
cordova create test cd test cordova plugin add ../cordova-plugin-localization-strings cordova platform add android mkdir translations cd translations mkdir app en.json
wrote
{ "config_ios": { "NSCameraUsageDescription": "Take pictures", "CFBundleDisplayName": "Some App Name", "CFBundleName": "Some App Name" }, "config_android": { "app_name": "Some App Name" }, "app": { "HAVE_MAIL_TITLE": "You have mail.", "HAVE_MAIL_MSG": "%1$@ has you a message titled \\\"%2$@\\\"", "test": "test", "abc": "def", "mochi": "mochi", } }
cordova prepare
and then verified that was properly written with
cat platforms/android/app/src/main/res/values/strings.xml
The text was updated successfully, but these errors were encountered:
more on #83
Sorry, something went wrong.
No branches or pull requests
@fordkilleen
when I was updating this plugin I created a dummy cordova project.
something along the lines of:
wrote
and then verified that was properly written with
The text was updated successfully, but these errors were encountered: