Update locales

This commit is contained in:
RainLoop Team 2021-05-06 03:39:59 +03:00
parent 9bcb8ae02c
commit 90e41635ed
23 changed files with 3198 additions and 41 deletions

View file

@ -1,5 +1,6 @@
FROM python:3.6-alpine
RUN apk add --no-cache git
RUN pip install transifex-client
CMD ["tx", "--version"]