Hello!
I have a txt file that looks like this:
//Diary
TODAY = "Hoje";
YESTERDAY = "Ontem";
CHOOSE_SOURCE = "Escolha a fonte";
DELETE_IMAGE = "Apagar";
CAMERA_IMAGE = "Câmera";
LIBRARY_IMAGE = "Biblioteca de fotos";
It is a strings file that will be used in an App.
The tutorials I found are about texts that actually have the </string> to identify it is a string, and then how to convert them into tag.
However, Is there any way to convert only the text within quotes into translatable text?
My best regards,
Daniela Mochny