summaryrefslogtreecommitdiffhomepage
path: root/src/i18n.go
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-06-13 22:00:10 +0200
committerThomas Voss <mail@thomasvoss.com> 2025-06-13 22:00:10 +0200
commit493ff20931f5133025540841a248a0763bff78df (patch)
tree774a7ed3f509821a63e81425fbf33fd4fa69bdbc /src/i18n.go
parent15ce042bd7ddf2cec9deca7c827d2ce93c4d11cd (diff)
Use ‘gotext update’ instead of ‘gotext extract’
Diffstat (limited to 'src/i18n.go')
-rw-r--r--src/i18n.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i18n.go b/src/i18n.go
index b2769ab..3dca028 100644
--- a/src/i18n.go
+++ b/src/i18n.go
@@ -1,4 +1,4 @@
-//go:generate go tool gotext -srclang=en -dir=rosetta extract -lang=bg,el,en,nl .
+//go:generate go tool gotext -srclang=en -dir=rosetta update -lang=bg,el,en,nl .
//go:generate ../exttmpl
package app