From bb59e562d396684ac20347498a861ed32fbb8b57 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Thu, 15 Nov 2018 17:23:51 -0600 Subject: [feat] Generate messages.json for transifex 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index d3083ad..e6c1776 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ bitmask-systray locales/*/out.gotext.json .*.swp *.exe +transifex/transifex -- cgit v1.2.3