diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-06-13 21:57:21 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-06-13 21:57:21 +0200 |
commit | 15ce042bd7ddf2cec9deca7c827d2ce93c4d11cd (patch) | |
tree | 5484df85eaa808d60278569047859606d9bf83f1 /src/i18n.go | |
parent | c7ad83472710a7e72d7566b09f2eb223708e1343 (diff) |
Rename the src package to app
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 b1c954d..b2769ab 100644 --- a/src/i18n.go +++ b/src/i18n.go @@ -1,7 +1,7 @@ //go:generate go tool gotext -srclang=en -dir=rosetta extract -lang=bg,el,en,nl . //go:generate ../exttmpl -package src +package app import ( "fmt" |