I'm working with several language files and sometimes the sources are in .qm/.ts format. I'm using Qt Linguist/Gtranslator/POEdit but AFAIK none of these can convert these files to .mo/.po. Are there any program capable for this?
Asked
Active
Viewed 1,031 times
1 Answers
6
Use lconvert
lconvert <file>.ts -o <file>.po
James S.
- 791
-
Oh cool. One last thing before I accept. Are there any GUI solution too? – ViBE Sep 12 '21 at 10:16
-
Could be, but I am unfamiliar. – James S. Sep 12 '21 at 17:41
-
You can use Qt Linguist as a GUI tool. – Jeffrey Faust Jul 10 '24 at 22:27