diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -8,13 +8,15 @@ ActivityPub server. These are mainly related to the UX, but patching of the Go files might happen if I feel the need. +Branches are created based on released version numbers. + # i18n The patch `03_bloated_i18n_implementation.patch` works on `web.go` in the latest changeset of honk, [dca9f49c629f](https://humungus.tedunangst.com/r/honk/v/dca9f49c629f). -The translations of honks are contained in the `i18n.go` and +The translated strings are contained in the `i18n.go` and `views/i18n/honkpage.js` files. Contact me if you need help to add translations or notify me for problems, suggestions or improvements. |