Update translations

This commit is contained in:
RainLoop Team 2018-03-06 22:26:43 +03:00
parent c7cd537b4d
commit 9dc3c97c79
9 changed files with 853 additions and 95 deletions

5
.docker/tx/Dockerfile Normal file
View file

@ -0,0 +1,5 @@
FROM python:3.6-alpine
RUN pip install transifex-client
CMD ["tx", "--version"]