I am not quite sure what you are asking for.
Do you mean how to change the string in all QML files?
Or do you mean how to change all translations for the same "source" string?
Cheers,
_
I am not quite sure what you are asking for.
Do you mean how to change the string in all QML files?
Or do you mean how to change all translations for the same "source" string?
Cheers,
_
Hi
its ur 2nd question...Here in my project i have a string named "Enter" in 1000 places in different QML files. I do not want to change the respective language string in each and every file. I need to change in one place so that it reflects in all the files. Hope i am clear to u now
Regards
Bala B
linguist has a "search & translate" action, that allows you to search for a source string and replace all translations with the same one.
Cheers,
_
Thanks for the answer. I got it.
I would like to know one more thing here.I want to store all my UI strings in a table or in an excel sheet , so that it would be easy for me to give that to end user . So that he will write respective language string in another column and use it. The main purpose of this is he does not need to use linguist everytime if a string needs to be changed.
Hope you got my point. I am not sure how to start and where to start ?
Please provide your thoughts
Regards
The "ts" file is an XML based format, you could write a tool that generates a spread sheet and which can also convert the spreadsheet back into ts.
There is also lconvert which can convert between the TS format and other often used translation formats.
if your translators are really just using a spreadsheet, they might actually like using a translation tool as it can make the translation process much easier.
Cheers,
_
Bookmarks