-
Notifications
You must be signed in to change notification settings - Fork 33
[Build] Current localization method overwrite PhoneGap default localization template #199
Comments
More information is available here: http://community.phonegap.com/nitobi/topics/custom_localization_overwriting_build_template_localizations_on_ios#reply_12906539 |
Hey Amir, This is the intention of the feature, it's to allow users to modify the localization settings when submitting to the apple app store. By default the PhoneGap project has a set of locales that are auto generated by having specific string files in their project, this feature allows a user to over ride the locales. Hardeep Shoker |
Hardeep, I've copied and pasted a summary of the problem from the support ticket:
This is the core of the problem - if I choose for my app to be localized only in German, I would expect the strings already localized by phonegap build to be carried over. |
Thank you for submitting an issue. The PhoneGap Build team has triaged your request and labeled it:
We've added your request to the team's backlog. Due to high volumes, there may be a delay in addressing your request. Rest assured, we haven't lost track of your request. Your feedback is very valuable to us, so please keep it coming. If you have any questions, please ask us over on our support community. We love to help! Cheers, The PhoneGap Build team |
Hi. It is not possible to have the photoshooting UI (Camera plugin) in iPhone in Italian like the rest of the phone and the app? |
@networksolution yes it is possible, i've outlined how here |
Sorry but at the link you provided, the forum stripped away the tags from your reply... Also, here they told me it is not possible yet. http://community.phonegap.com/nitobi/topics/native-ui-elements-are-in-english-on-an-italian-phone |
Thanks for pointing that out -- here's how it should read:
Throw that in your PGB config.xml and when you change your iPhone to italian or french, the camera plugin should render in that language. |
@wildabeast Forgive me because it's been nearly 18 months, but does this fix solve the root issue here, or is that still a problem? |
@networksolution's question was actually a different issue. @artlogic I can look into the main issue here, if it would still be of any value to you.. |
@wildabeast If you have a few spare moments it would be nice to get it fixed, but frankly, it was @networksolution's question that even got me thinking about it again. I haven't had a user complaining about it for awhile now. |
cool, i'll try to have a look. |
Much appreciated! 👍 |
Any chance we can get similar support for Android for the Google Play store? Right now there's no way for PhoneGap Build apps to tell Google Play that they support more than one language. Here's a related ticket: #401 |
This should not be an issue for Android. Only the Apple Store displays languages. Google Play won't display any language list when downloading an app, but this is native behaviour, and it is correct |
@networksolution I'm not sure I know what you mean. When you list your app in Google Play, Google auto-detects what languages you support in the app, by looking for the localized files. Unfortunately Google thinks my app built with PhoneGap Build only supports English even though it actually support 4 other languages. Google keeps sending me "tips" saying that they see I've provided descriptions and images in other languages my Google Play listing and that I can increase my downloads by translating the app to those other languages too. |
@networksolution , @bmoshergit is right. It seems Google Play search in /res folder for at least a value* folder for each supported language. For example, if your default language is english, it looks for a /res/value folder. If you add a spanish language, it looks for a /res/values-es folder |
+1 for an Android solution |
+1 |
@hardeep introduce the following localization method on Build:
Ref: http://community.phonegap.com/nitobi/topics/problem_with_binary_details_ios_localization_builded_with_phonegap_build#reply_6687343
- locales --- en ---- local.strings --- fr ---- local.strings
However, it seems to overwrite default localization available set by PhoneGap itself:
The following default template default template the become empty (blank).
https://github.com/phonegap/phonegap/tree/master/lib/ios/bin/templates/project/__TESTING__/Resources
The text was updated successfully, but these errors were encountered: