generate translation files from qt
how to generate translation files from qt source:
cd to the fritzing folder (the one containing "phoenix.pro"), for example "cd
C:\fritzing"
then run lupdate (a tool provided by Qt). For example:
"C:\Qt\qt-win-opensource-src-
4.4.3\bin\lupdate.exe -noobsolete phoenix.pro"
To generate the binary translation files that fritzing uses, cd to the fritzing
folder, for example "cd C:\fritzing"
then run lrelease (a tool provided by Qt). for example:
C:\Qt\qt-win-opensource-src-4.4.3\bin\lrelease.exe phoenix.pro