Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio: How to reopen translation window to edit strings?

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

like image 544
Umberto Avatar asked Jan 12 '23 19:01

Umberto


1 Answers

To reopen translation window - Right click on strings.xml and choose Open Translations Editor.

Open Translations Editor

like image 53
dzikovskyy Avatar answered Jan 25 '23 06:01

dzikovskyy