WP-Matomo icon indicating copy to clipboard operation
WP-Matomo copied to clipboard

update translations from transifex

Open Findus23 opened this issue 3 years ago • 0 comments

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.

Findus23 avatar Aug 30 '21 15:08 Findus23