0

We want to use weblate in a public server to allow access to external translators, but the git repository of the project is stored in a private network and we don't want to publish this project in a public environnement, neither with the most stricts authetication methods.

We're aware of the limitations due to this decission.

Any ideas?

Thanks in advance.

  • If you want to translate the project in private git repo, the private repo should be reached by the weblate. – Marina Liu Sep 26 '17 at 02:14

1 Answers1

1

Currently there is no way to use Weblate without VCS. However you can utilize git submodules to separate translations from the source code and let Weblate access only this submodule. This is pretty well covered in the Weblate manual.

Michal Čihař
  • 9,799
  • 6
  • 49
  • 87