-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
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
Published Internal Testing Expo App Name is Not Localized #2
Comments
Your configuration looks ok, do you get any errors when building? Also, can you run |
I had no errors when building. When I ran expo prebuild the
|
Do you also have |
Yes this is my android/app/src/main/res/values/strings.xml file
|
Everything looks ok. |
I had one other plugin, which I removed. I built the app again without issue. Here is my AndroidManifest.xml:
|
I see that you are in Canada, can you try this: |
I added the following locales to my app.config.js.
I was able to generate values folders when running
The published app name is still not translated however when switching my language to French (Canada) on my Android device. |
Can you also add an explicit English language translation different from the default one and tell me if you get the default one or the English one when you switch to English? |
I currently have a standalone android app built using 'expo build:android'. However the app name is not localized when published through the Google Play Console as an internal testing app. I have followed all of the instructions in the README.
I ran 'expo prebuild' without any issues and was able to generate the /values and /values-fr folders with the correct strings in the strings.xml files inside each respective folder.
My app.config.js file has the following structure:
My french.json file has the following structure:
Please advise, any help would be appreciated.
The text was updated successfully, but these errors were encountered: