From efab2dd79309eb8d8d2a33f5aae5a28d27feff3a Mon Sep 17 00:00:00 2001 From: Miquel Lionel Date: Wed, 17 Feb 2021 21:56:12 +0100 Subject: 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 --- i18n.go | 3 +++ v0.9.5/views/i18n/header.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/i18n.go b/i18n.go index 2272517..5c98423 100644 --- a/i18n.go +++ b/i18n.go @@ -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", diff --git a/v0.9.5/views/i18n/header.html b/v0.9.5/views/i18n/header.html index 21cce5e..77995e7 100644 --- a/v0.9.5/views/i18n/header.html +++ b/v0.9.5/views/i18n/header.html @@ -92,7 +92,7 @@ - + -- cgit v1.2.3-54-g00ecf