question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

After install this plugin, the localization become japanese

See original GitHub issue

I’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:closed
  • Created 6 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
battikacommented, Mar 2, 2018
0reactions
TianleZhangcommented, Mar 4, 2018

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 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found