Linguist lupdate problem
-
I created a new class in the previously worked ts file and worked with tr tags there. And to work on the translation, I updated the ts file with lupdate.
The contents of the newly created class are not loaded.
If you delete the ts file and run lupdate to re-create it, the contents of the newly created class are displayed normally. The problem is that all of the previously worked content is gone...I want to keep accumulating while maintaining the existing content, but is there any way to do this? I am developing in vs2019 environment.
-
Did you rename the class? If so you either have to update the class name in the ts file manually or re-add all the translated texts.
-
I just added the class and didn't change the name. ㅜㅜ
-
@IknowQT said in Linguist lupdate problem:
I just added the class
I created a new class in the previously worked ts
Sorry but I don't understand what you did...
-
The ts file requires accumulation of multilingual activity, but will not be added to the Linguist context list after adding a new class.
-
You have to run lupdate to update the ts files as described in the documentation.