Translation files

From Koha Wiki
Jump to navigation Jump to search

The .po files (containing the translated strings of Koha) have been removed from Koha (see bug 35174) in the following version:

  • 23.11.00
  • 23.05.06
  • 22.11.12
  • 22.05.17
  • 21.11.26

If you are using one of these version (or main) you should make sure the .po files are part of your Koha installation.

koha-testing-docker

If you are using koha-testing-docker you should just pull new images and it should work.

ktd will clone the repository at startup (or switch to the correct branch if the repository exists)

Other dev installations

You should make sure you have misc/translator/po that is a clone of koha-l10n

You can clone it using this command:

% git clone https://gitlab.com/koha-community/koha-l10n.git misc/translator/po

Or, if you don't want to get the full history:

% git clone --branch YY.MM --depth 1 https://gitlab.com/koha-community/koha-l10n.git misc/translator/po

Debian packages

koha-common will require the new koha-l10n package (which contains the .po files). So nothing should be needed

Build your own debian packages

Nothing else should be require.