Skip to content

Issue #402: clone koha-l10n if needed

joubu requested to merge joubu/koha-testing-docker:issue_402 into master

We are on the way of removing .po files from Koha src (bug 35174). But devs will still want the po to be there.

This is a first step and will certainly need to be enhanced later, but the idea is:

  1. Clone koha-l10n into misc/translator/po if the dir does not exist
  2. If the dir exists and is a git repo, we pull and checkout the correct branch

Merge request reports

Loading