-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Update translations for 2.2 release #1946
Commits on Dec 16, 2018
-
``lupdate src -recursive -noobsolete -extensions cpp,h,ui -ts res/translations/mixxx.ts`` Scanning directory 'src'... Updating 'res/translations/mixxx.ts'... Found 2392 source text(s) (3 new and 2389 already existing) Removed 1 obsolete entries
Configuration menu - View commit details
-
Copy full SHA for 32b3659 - Browse repository at this point
Copy the full SHA 32b3659View commit details -
[WIX] Update translation template
``./wxl2pot.py -l Language mixxx_en-us.wxl po/mixxx.pot`
Configuration menu - View commit details
-
Copy full SHA for 5c055d3 - Browse repository at this point
Copy the full SHA 5c055d3View commit details -
Fetch newer translations for the application and [WIX] from Transifex
`tx pull -a -f --parallel --minimum-perc 1``
Configuration menu - View commit details
-
Copy full SHA for 343246a - Browse repository at this point
Copy the full SHA 343246aView commit details -
[WIX] Rebuild wxl files from latest po files
In ZSH: ``for i in po/*.po; do destfile=${i#po/}; ./po2wxl.py -l Language -f -p 1 $i mixxx_${destfile%.po}.wxl; done`
Configuration menu - View commit details
-
Copy full SHA for a8bb480 - Browse repository at this point
Copy the full SHA a8bb480View commit details -
Compile QM files out of TS files that are used by the localised app.
In ZSH: ``for XX in res/translations/mixxx_*.ts; do lrelease -nounfinished $XX -qm res/translations/${$(basename $XX)%.*}.qm; done`
Configuration menu - View commit details
-
Copy full SHA for 861501e - Browse repository at this point
Copy the full SHA 861501eView commit details -
[WIX] Again, pull latest translations from Transifex after manually f…
…illing strings from translations memory. They were lost in a previous commit 343246a ``tx pull -r mixxxdj-windows-installer.mixxxpot -a --minimum-perc=1`` The template and the translations became out-of-sync, since a manual push to TF following mixxxdj#1899 I do not exactly know what the issue was, probably it does not work well that strings in the language files were manually changed, but not the timestamp. Anyway, now the template and the translations are n-sync again. Back to normal. In the future , we should NOT accept manual edits to translation files. Either use the TF online editor or one of the many available text translation softwares, see https://mixxx.org/wiki/doku.php/internationalization#offline_translation_software
Configuration menu - View commit details
-
Copy full SHA for 3acc58e - Browse repository at this point
Copy the full SHA 3acc58eView commit details -
[WIX] Again, rebuild wxl files from latest po files
In ZSH: ``for i in po/*.po; do destfile=${i#po/}; ./po2wxl.py -l Language -f -p 1 $i mixxx_${destfile%.po}.wxl; done`
Configuration menu - View commit details
-
Copy full SHA for 0621251 - Browse repository at this point
Copy the full SHA 0621251View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d2a304 - Browse repository at this point
Copy the full SHA 6d2a304View commit details