Age | Commit message (Collapse) | Author |
|
Let's use a more structured folder system:
https://github.com/golang-standards/project-layout
- Resolves: #99
|
|
Get local timezone and http client as configurable things in bonafide,
so tests can set them. Also separate integration tests and unit tests.
|
|
Add to 'make generate_locales' the generation of a
'transifex/messages.json' that will be automatically pulled by transifex
for translations.
To incorporate translations from transifex into our project we'll need
to manually download the selected translations and convert them with the
transifex program into gotext format.
-Resolves: #73
|
|
|
|
|
|
|
|
|
|
|
|
- Resolves: #42
|
|
- Resolves: #45
|
|
Instead of using zmq.
|
|
The binary now has a --version that is extracted from the git
tags/commits.
- Resolves: #39
|
|
|
|
Using golang.org/x/text, wich is still in early stages of development,
but seems to work good enough for our needs.
- Resolves: #2
|