Sign inSign up

nextcloudci/translations

By nextcloudci

Updated over 5 years ago

The docker image to run our translation syncs

Image
0

8.0K

nextcloudci/translations repository overview

Transifex Bot

This is the bot to push and pull translations from and to Transifex.

Requirements

Having a folder structure like this:

├── gpg
│   ├── nextcloud-bot.asc
│   └── nextcloud-bot.public.asc
├── ssh
│   ├── id_rsa
│   └── id_rsa.pub
└── transifexrc

Run it

docker run \
  -v /path/to/transifexrc:/root/.transifexrc \
  -v /path/to/gpg:/gpg \
  -v /path/to/ssh/id_rsa:/root/.ssh/id_rsa \
  --rm -ti \
  nextcloudci/translations:1.0.8

This will run the handleTranslations.sh on current master of nextcloud/server.

Tag summary

Content type

Image

Digest

Size

242.7 MB

Last updated

over 5 years ago

docker pull nextcloudci/translations