After install this plugin, the localization become japanese
See original GitHub issueI’m submitting a … (check one with “x”)
- question
- [x ] any problem or bug report
- feature request
If you choose ‘problem or bug report’, please select OS: (check one with “x”)
- Android
- [x ] iOS
Current behavior: After install this plugin, the app language settings become japanese. And I found following lines from the config.xml
Expected behavior: The language default should be the same as the locale settings
Related code, data or error log (please format your code or data):
<config-file target="*-Info.plist" parent="CFBundleDevelopmentRegion">
<array>
<string>Japanese</string>
</array>
</config-file>
<config-file target="*-Info.plist" parent="CFBundleLocalizations">
<array>
<string>ja</string>
</array>
</config-file>
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
Cannot be translated into Japanese - ServiceNow Community
Hi is the plugin installed successfully? where you able to see the japanese language under language? IF you select what happens? 0 Helpful....
Read more >Updated IntelliJ IDEA Localization Plugins Are Waiting for ...
The Chinese, Japanese, and Korean language pack plugins are easy to install. Please follow the instructions in the IntelliJ IDEA documentation.
Read more >Localizing an IntelliJ Plugin | plugin-dev.com
Only one language should be installed at a time, for example Simplified Chinese and Japanese shouldn't be installed at the same time. Only...
Read more >NetSuite Applications Suite - Japan Localization Setup
Basic Properties of a Promotion · Scheduling Promotions · Promotion Buy Conditions · Promotion Get Conditions · Coupon Codes · Targeting Promotions at ......
Read more >script - Japanese stack exchange localization
To change to Japanese, click the 日本語版 icon which will appear in the top right corner of every page. It's a work in...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Check this closed thread https://github.com/mapsplugin/cordova-plugin-googlemaps/issues/2116
Uhm, strange enough. commit 963edbef48bfe1a29430ebaa1f86f83f622964d7 (HEAD -> multiple_maps, origin/multiple_maps)
The commit number I am using is the latest multiple_maps branch commit. However, with your suggestion, it seems work. Anyway, thx a lot 😃