feat: msgctx support #672

Open
decentral1se wants to merge 1 commits from fix/647 into main
Owner

See #647 toolshed/xgettext-go#1

@3wordchant does this look like it's doing what it needs to do? Running make i18n should give you the same results.

(The CI is broken until we would update https://git.coopcloud.tech/toolshed/drone-xgettext-go if we go down this path...)

See https://git.coopcloud.tech/toolshed/abra/issues/647 https://git.coopcloud.tech/toolshed/xgettext-go/pulls/1 @3wordchant does this look like it's doing what it needs to do? Running `make i18n` should give you the same results. (The CI is broken until we would update https://git.coopcloud.tech/toolshed/drone-xgettext-go if we go down this path...)
decentral1se added 1 commit 2025-09-28 10:39:43 +00:00
feat: msgctx support
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
0f661488ab
See #647
See toolshed/xgettext-go#1
decentral1se force-pushed fix/647 from 0f661488ab to 367fff60ea 2025-09-28 10:53:16 +00:00 Compare
decentral1se reviewed 2025-09-28 11:02:45 +00:00
@ -88,1 +89,4 @@
./bin/xgettext-go:
@mkdir -p ./bin && \
wget -O ./bin/xgettext-go https://git.coopcloud.tech/toolshed/xgettext-go/raw/branch/main/xgettext-go && \
Author
Owner

Lazy amd64 support only but maybe this is OK? Could also be easily docker-ized.

Lazy `amd64` support only but maybe this is OK? Could also be easily docker-ized.
decentral1se reviewed 2025-09-28 11:35:23 +00:00
@ -269,3 +269,3 @@
&showAllPaths,
i18n.G("all"),
i18n.G("a"),
i18n.GC("a", "app backup"),
Author
Owner

Should be app backup list

Should be `app backup list`
Some checks failed
continuous-integration/drone/push Build is failing
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 origin fix/647:fix/647
git checkout fix/647
Sign in to join this conversation.
No description provided.