Add Goodbye world

This commit is contained in:
3wc
2025-08-04 14:33:31 +01:00
parent c1ce7d14d4
commit 0145f6a4ad
2 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,10 @@ msgstr ""
"Language: \n"
"X-Generator: xgotext\n"
#: main.go:21
msgid "Goodbye World"
msgstr ""
#: main.go:19
msgid "Hello World"
msgstr ""

View File

@ -17,6 +17,8 @@ func main() {
// Translate and print
fmt.Println(gotext.Get("Hello World"))
fmt.Println(gotext.Get("Goodbye World"))
}
// Determine locale from environment variables