https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30373
--- Comment #13 from Bernardo Gonzalez Kriegel <[email protected]> --- > > The correct path is misc/translator/po/xx-YY-installer-UNIMARC.po You're right, sorry > But: > > 4. Install new language > misc/translation/translate install xx-YY > > verify new dirs: > > installer/data/mysql/xx-YY/marcflavour/unimarc/{mandatory,optional} > > The 'unimarc' directory is not created. Tried with "fr-FR" and "es-ES". My tests using biblibre branch: $ git status En la rama bz30373 Tu rama está actualizada con 'biblibre/bz30373'. $ misc/translator/translate create xx-YY $ ls -l misc/translator/po/xx-YY-installer* -rw-rw-r-- 1 bgkriegel bgkriegel 288499 abr 5 07:10 misc/translator/po/xx-YY-installer-MARC21.po -rw-rw-r-- 1 bgkriegel bgkriegel 107615 abr 5 07:10 misc/translator/po/xx-YY-installer.po -rw-rw-r-- 1 bgkriegel bgkriegel 201055 abr 5 07:10 misc/translator/po/xx-YY-installer-UNIMARC.po $ misc/translator/translate install xx-YY ERROR parsing plural forms header [nplurals=INTEGER; plural=EXPRESSION;] $ ls -l installer/data/mysql/xx-YY/marcflavour/ total 8 drwxrwxr-x 4 bgkriegel bgkriegel 4096 abr 5 11:37 marc21 drwxrwxr-x 4 bgkriegel bgkriegel 4096 abr 5 11:37 unimarc NOTE: check that installer/data/mysql/xx-YY (or es-ES) does *not* exists before doing the install phase. By design that dir is not overwritten or updated. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
