diff options
author | Miquel Lionel <lionelmiquel@sfr.fr> | 2021-02-17 21:56:12 +0100 |
---|---|---|
committer | Miquel Lionel <lionel@les-miquelots.net> | 2021-02-18 09:02:26 +0100 |
commit | efab2dd79309eb8d8d2a33f5aae5a28d27feff3a (patch) | |
tree | 76540e708a37a25045853f022871c6d6fc94657b /i18n.go | |
parent | 2430bf57c22948e66b2c918d324d6e0bff4f6792 (diff) | |
download | honk_custom-efab2dd79309eb8d8d2a33f5aae5a28d27feff3a.tar.gz honk_custom-efab2dd79309eb8d8d2a33f5aae5a28d27feff3a.zip |
delete silly meme in views/i18n/header.html
- it should be "set lang" or "set language", not
coom. we're not in april yet, the coommits are too early.
- also the button text to submit language switch
is now i18n'd
- the #honkstore is more wholesome as a result
Diffstat (limited to 'i18n.go')
-rw-r--r-- | i18n.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -44,6 +44,7 @@ type i18n struct { Help string Search string Login string + SetLang string Pwd string Refresh string ScrollDown string @@ -237,6 +238,7 @@ func setLangStr (lang string) interface{} { "aide", "rechercher", "connexion", + "changer langue", "mot de passe", "rafraƮchir", "bas de page", @@ -372,6 +374,7 @@ func setLangStr (lang string) interface{} { "help", "search", "login", + "set lang", "password", "refresh", "scroll down", |