Android Studio: How to reopen translation window to edit strings?
android-studio, translation
Solution
To reopen translation window - Right click on `strings.xml` and choose Open Translations Editor.
Problem
In Android Studio there's the option for adding a custom translation to the app's strings. To do this you have to open a layout file and click on the globe icon "Add Translation" over the layout. How can I reopen that window for editing an existing translation? I searched for documentation on that, but without results...