Use go run for xgettext-go #869

Open
ineiti wants to merge 2 commits from ineiti/abra:xgettext-compile into main

2 Commits

Author SHA1 Message Date
1541e6aa6a Also use xgettext-go@latest for .drone.yml 2026-06-14 18:37:34 +02:00
14ee80582a Use go run for xgettext-go
All checks were successful
continuous-integration/drone/pr Build is passing
Before: on a mac, the Makefile downloaded a linux file, which did not work
for updating the i18n.

Now: use 'go run' to run the xgettext-go file. go caches it, so it compiles only
once.
2026-06-14 18:28:45 +02:00