Use go run for xgettext-go #869

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

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.

This also updates the .drone.yml file to use go run - not sure if this is good or not...

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. This also updates the `.drone.yml` file to use `go run` - not sure if this is good or not...
ineiti added 1 commit 2026-06-14 16:29:14 +00:00
Use go run for xgettext-go
All checks were successful
continuous-integration/drone/pr Build is passing
14ee80582a
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.
ineiti added 1 commit 2026-06-14 16:37:39 +00:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u xgettext-compile:ineiti-xgettext-compile
git checkout ineiti-xgettext-compile
Sign in to join this conversation.
No description provided.