feat: msgctx support #672
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/647"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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...)
0f661488ab
to367fff60ea
@ -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 && \
Lazy
amd64
support only but maybe this is OK? Could also be easily docker-ized.@ -269,3 +269,3 @@
&showAllPaths,
i18n.G("all"),
i18n.G("a"),
i18n.GC("a", "app backup"),
Should be
app backup list
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.