summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-06-06 13:25:19 +0200
committerThomas Voss <mail@thomasvoss.com> 2025-06-06 13:25:19 +0200
commit977385002f6680f3dc0955b91908977f28b894aa (patch)
treed65a3642cb91084da166df1d96c1547d27ab0875 /src
parent559d5aba6f02a0b8fa69afdffd85e918526860ee (diff)
Use ‘go tool’
Diffstat (limited to 'src')
-rw-r--r--src/i18n.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i18n.go b/src/i18n.go
index 15015c8..1d53b52 100644
--- a/src/i18n.go
+++ b/src/i18n.go
@@ -1,4 +1,4 @@
-//go:generate gotext -srclang=en -dir=rosetta extract -lang=bg,el,en,nl .
+//go:generate go tool gotext -srclang=en -dir=rosetta extract -lang=bg,el,en,nl .
//go:generate ../exttmpl
package src