Sign inSign up

nextcloudci/translations-apps

By nextcloudci

•Updated over 5 years ago

The docker image to run our translation syncs (Apps)

Image
0

3.7K

nextcloudci/translations-apps 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

123.3 MB

Last updated

over 5 years ago

docker pull nextcloudci/translations-apps