summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2019-08-28[pkg] ignore deploy folderKali Kaneko (leap communications)
2019-08-07[pkg] missing snap boilerplateKali Kaneko (leap communications)
2019-08-05[feat] windows templatesKali Kaneko (leap communications)
2019-08-05[feat] add make prepare target to MakefileKali Kaneko (leap communications)
2019-01-15[feat] add a cli clientRuben Pollan
2019-01-15[feat] move helper into the repoRuben Pollan
2019-01-15[feat] Reorganize codeRuben Pollan
Let's use a more structured folder system: https://github.com/golang-standards/project-layout - Resolves: #99
2018-11-19[feat] Generate messages.json for transifexRuben Pollan
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
2018-06-21[feat] add support for the windows launcherRuben Pollan
2018-02-21[feat] add i18n supportRuben Pollan
Using golang.org/x/text, wich is still in early stages of development, but seems to work good enough for our needs. - Resolves: #2
2018-01-16[feat] Dummy implementation of the systrayRuben Pollan