Umberto
Umberto

Reputation: 2060

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

Upvotes: 4

Views: 3625

Answers (3)

Toni fernandez
Toni fernandez

Reputation: 131

On the folder Strings, right button, open translation Editor. In version 3.3.1:

example

Upvotes: 1

dzikovskyy
dzikovskyy

Reputation: 5087

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

Open Translations Editor

Upvotes: 7

A.V
A.V

Reputation: 41

This is not possible in current (0.2.5) version :( Only via deleting a re-creating translation.

(via Tor Norbye's answer: https://groups.google.com/d/msg/adt-dev/HEr49_JtII4/6ciEf6mAjZYJ)

Upvotes: 1

Related Questions