diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-06-09 02:52:36 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-06-09 02:52:36 +0200 |
commit | 4defebfff16d81c282ba4a74d1a5143d4ce46f96 (patch) | |
tree | 64c9a0e55ef4643771afeeff02ce74bbd9eb736f /src/i18n.go | |
parent | 52db1d03e5067de4ba77c3a12465149d268eb3d1 (diff) | |
parent | f460560439ba2b5e09a2f66cbfb788501a582da1 (diff) |
Merge branch 'master' of git.thomasvoss.com:euro-cash.eu
Diffstat (limited to 'src/i18n.go')
-rw-r--r-- | src/i18n.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i18n.go b/src/i18n.go index e234fde..b1c954d 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 |