Can I use tr(“”) and lupdate on *.xml files?
问题 This is a shot in the dark but is there a way to use somehow qt("") in an xml file? To generate the .ts files like this?: lupdate myXML.xml -ts myML.ts I tried this command but it doesn't work. It doesn't give me an error, it simply says that 0(zero) literals found. I mean the documentation says something like this: lupdate – A tool that scans the source files for tr() and places the strings in a .ts xml file. At this point the .ts file contains only strings that are meant to be translated.