piggz / harbour-amazfish

Amazfit Bip support for SailfishOS
GNU General Public License v3.0
103 stars 52 forks source link

Translations for daemon #374

Closed jmlich closed 4 months ago

jmlich commented 4 months ago

Fixes #331

I have renamed *.ts files and updated them

for i in *.ts; do echo $i; x=${i/amazfish-ui/amazfishd}; mv $i $x;  done
lupdate-qt5 -recursive -no-obsolete . -ts ./translations/*.ts

it was necessary to add language="ru" and language="cn_ZH" to make lupdate work

jmlich commented 4 months ago

btw it would be great to use weblate or transifex. Now stats looks like this:

cs 289 finished, 0 unfinished
de 208 finished, 2 unfinished, 210 translated
es 206 finished, 13 unfinished, 219 translated
fr 105 finished, 20 unfinished, 125 translated
nl 271 finished, 0 unfinished
pl 91 finished, 21 unfinished, 111 translated
ru 90 finished, 19 unfinished, 109 translated
sv 272 finished, 0 unfinished
qm 0 finished, 0 unfinished
zh_CN 115 finished, 21 unfinished, 136 translated