aboutsummaryrefslogtreecommitdiff
path: root/i18n.go
diff options
context:
space:
mode:
authorMiquel Lionel <lionelmiquel@sfr.fr>2021-02-18 19:54:18 +0100
committerMiquel Lionel <lionel@les-miquelots.net>2021-02-18 19:54:18 +0100
commit2140af23537174b48573dea604c6fa5b237d3e47 (patch)
tree1053a34e6842c4e7f1b674b3938c3b6e75005416 /i18n.go
parent4e513641d311f1a3895a13efb45179e7b88e5b6d (diff)
downloadhonk_custom-2140af23537174b48573dea604c6fa5b237d3e47.tar.gz
honk_custom-2140af23537174b48573dea604c6fa5b237d3e47.zip
add i18n'd servermessage for /event
- update i18n.go accordingly
Diffstat (limited to 'i18n.go')
-rw-r--r--i18n.go7
1 files changed, 5 insertions, 2 deletions
diff --git a/i18n.go b/i18n.go
index 5c98423..9e9126e 100644
--- a/i18n.go
+++ b/i18n.go
@@ -130,6 +130,7 @@ type i18n struct {
Import string
Fetch string
+ Honks string
HonksFrom string
FunZoneGreet string
@@ -324,7 +325,8 @@ func setLangStr (lang string) interface{} {
"importer",
"récupérer",
- "klaxons de",
+ "klaxons",
+ "de",
"Bienvenue dans la zone fun !",
@@ -460,7 +462,8 @@ func setLangStr (lang string) interface{} {
"import",
"fetch",
- "honks from",
+ "honks",
+ "from",
"Welcome to the fun zone !",