How can I create translation file
-
I am using qt5 on ubuntu 20.04. How can I create translation file could anyone explain step by step?
I tried;
lupdate -pro /WS/WS.pro -ts lcd_en.tsoutput;
lupdate: could not find a Qt installation of ''Best regards.
@Yaldiz said in How can I create translation file:
/WS/WS.pro
Is this path really correct?
Do you really have WS subfolder in your root folder? -
@Yaldiz said in How can I create translation file:
/opt/qtcreator-4.1.0
This is QtCreator (an IDE).
Did you install Qt? -
I installed theese,
sudo apt-get install qt5-default
sudo apt-get install qttools5-dev-toolsand after I run following command in here /home/yaldiz/Desktop/LCD/LCD-Panel
lupdate LCD-Panel.pro
It's works, thanks for help :)