feat: i18n: msgctxt support #672

Merged
decentral1se merged 1 commits from fix/647 into main 2025-09-30 17:10:23 +00:00
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
Makefile Outdated
@ -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 marked this conversation as resolved
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`
decentral1se marked this conversation as resolved
decentral1se changed title from feat: msgctx support to feat: i18n: msgctxt support 2025-09-29 08:38:37 +00:00
decentral1se force-pushed fix/647 from 367fff60ea to 033c9bfc13 2025-09-30 17:09:01 +00:00 Compare
Author
Owner

I'm relatively sure this is covering us, so I'm just gonna try fix it up / merge it / sort the CI.

Happy to loop back to fix anything i might have missed!

I'm relatively sure this is covering us, so I'm just gonna try fix it up / merge it / sort the CI. Happy to loop back to fix anything i might have missed!
decentral1se merged commit 033c9bfc13 into main 2025-09-30 17:10:23 +00:00
decentral1se deleted branch fix/647 2025-09-30 17:10:23 +00:00
Sign in to join this conversation.
No description provided.