WP-Matomo
WP-Matomo copied to clipboard
update translations from transifex
the result of
rm *.po
tx pull -a
for file in `find . -name "*.po"` ; do echo $file; msgfmt -v -o ${file/.po/.mo} $file ; done
Unfortunately, quite a few translations are invalidated because of the Piwik to Matomo replacement. But I think those translations aren't working anymore anyway as the source string changed.
If you are interested in adding WP-Matomo to the new Matomo Weblate project (https://github.com/matomo-org/matomo/issues/17907), please contact me.