Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add i18n'd html templates, newer patch for web.go | Miquel Lionel | 2021-02-17 | 2 | -157/+153 |
| | |||||
* | bloated and incomplete i18n implementation | Miquel Lionel | 2021-02-11 | 2 | -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 ver | Miquel Lionel | 2021-02-05 | 1 | -0/+16 |