Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translations for daemon #374

Merged
merged 6 commits into from
Jun 2, 2024
Merged

Translations for daemon #374

merged 6 commits into from
Jun 2, 2024

Conversation

jmlich
Copy link
Contributor

@jmlich jmlich commented May 12, 2024

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 jmlich marked this pull request as draft May 12, 2024 14:30
@jmlich jmlich marked this pull request as ready for review May 12, 2024 15:18
@jmlich
Copy link
Contributor Author

jmlich commented May 12, 2024

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

@piggz piggz merged commit a185fdc into piggz:master Jun 2, 2024
3 checks passed
@jmlich jmlich deleted the daemon-translations branch June 3, 2024 06:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

daemon is always in english
2 participants