Bug 30373: Enable translation of UNIMARC frameworks
authorBernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Mon, 28 Mar 2022 03:50:01 +0000 (00:50 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 8 Nov 2023 14:35:23 +0000 (15:35 +0100)
commit3bb452eb73ec97af2b41294448dfefc0a37beb55
tree142376e7c55a94245c3ce26ad95a4529622b880e
parentc22aa12c05ebc93e830af9e8e8cc9b1ca6114149
Bug 30373: Enable translation of UNIMARC frameworks

This patch adds a new translation file, *-installer-UNIMARC.po

To test:
1. On top of all previous patches
2. Apply this patch
3. Create (or update) some language
Ej.
    misc/translation/translate create xx-YY

    verify new file misc/translation/po/xx-YY-installer-UNIMARC.po
4. Install new language
    misc/translation/translate install xx-YY

    verify new dirs:
        installer/data/mysql/xx-YY/marcflavour/unimarc/{mandatory,optional}

5. Repeat install procedure selecting xx-YY language and UNIMARC
   verify all frameworks are present

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
gulpfile.js
misc/translator/LangInstaller.pm