aboutsummaryrefslogtreecommitdiff
path: root/v0.9.5
Commit message (Collapse)AuthorAgeFilesLines
* now this branch will work on tipMiquel Lionel2021-02-1827-2105/+0
|
* aesthetic change for language switching buttonv0.9.5Miquel Lionel2021-02-181-0/+58
| | | | - new local.css
* delete silly meme in views/i18n/header.htmlMiquel Lionel2021-02-181-1/+1
| | | | | | | | - 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
* add i18n'd html templates, newer patch for web.goMiquel Lionel2021-02-1721-157/+1591
|
* add account.html with i18n language options.Miquel Lionel2021-02-111-0/+62
|
* bloated and incomplete i18n implementationMiquel Lionel2021-02-112-0/+205
| | | | | | | | | | | - everything depends on the 'lang' cookie value - basic check if it's a 2 character long letter code - you use it in the views/*.html like the following : {{ i18n.Home }} will display the translation of "home" in the language decided by the lang cookie. - i still need to update the account.html view lol - if the cookie value is not recognized, defaults to english translation.
* create folder structure corresponding to honk verMiquel Lionel2021-02-055-0/+346