Closed pavbaranov closed 6 years ago
Try the following, should works: (From the Falkon source directory)
mkdir locale
for TSNAME in $(ls translations | sed 's/\.ts//g'); do for QMNAME in "$(find -name "${TSNAME}.ts")" ; do lrelease-qt5 ${QMNAME} -qm "locale/${TSNAME}.qm" ; done ; done
Then move the „locale“ folder in the same directory where the „theme“ folder is located.
I know how to convert ts to qm, but it's a bug in CMakeLists.txt in Falkon, because translations should be convert automatically. Second bug is that even if I convert ts to qm and move it to /usr/share/falkon/locale/, translation is shown in Falkon, but when I choose it, Falkon is still in English.
Translations are not yet sorted out in Falkon. You should keep using QupZilla until there is first Falkon release.
Second bug is that even if I convert ts to qm and move it to /usr/share/falkon/locale/, translation is shown in Falkon, but when I choose it, Falkon is still in English.
Works to me, even with symlink to QupZilla translations directory.
As in the title. There are translations for Falkon in sources, but CMakeLists.txt haven't any instructions to compile them. I've tried to change CMakeLists, but without success. So, is translations implemented or not?