mirror of
https://github.com/budtmo/docker-android.git
synced 2026-04-25 20:25:57 +03:00
[GH-ISSUE #90] Able to switch locale / language on the fly #67
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-android#67
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @budtmo on GitHub (Jul 10, 2018).
Original GitHub issue: https://github.com/budtmo/docker-android/issues/90
Please make sure that it is an issue / a feature request. If it is a question / help wanted, please visit our group chat. Thank you!
Expected Behavior
It should be possible to change locale on fly by passing environment variable
Actual Behavior
It do not have that feature right now (you need to modify it from setting if you want to change the language)
@JoeSSS commented on GitHub (Jul 10, 2018):
I'm not sure if it is a good idea at all.. but what we're doing right now is archiving the whole
android_emulatorfolder and apply it on the image. This gives us instant boot (because the snapshots are also copying over) and also possibility to add stuff to emulator (language/none animation/contacts/store credentials etc.).@budtmo commented on GitHub (Jul 10, 2018):
@JoeSSS I think it is not a good idea, because the changes inside Emulator (for example in Settings) will be stored there as well. but there is no harm if you can add it in the documentation and create a PR maybe? I assume that you use the existing android_emulator folder from host and share volume with docker container, right?
@budtmo commented on GitHub (Aug 3, 2018):
Fixed in release-1.3-p3