[Koha-bugs] [Bug 24973] Allow to localize and translate system preferences with new yaml based installer

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 15 17:45:53 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24973

--- Comment #18 from Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> ---
(In reply to Jonathan Druart from comment #17)
> We could have a "localization" directory with common files (from Koha
> codebase) to have some localization stuffs set by default.
> localization/es-ES de-DE, etc.
> Then an empty localization/custom directory that we would look up to find
> .sql files.

You mean something like:

1) Before "./translate install xx-YY"
en/
    mandatory/
    marcflavour/
    optional/

localization/
    de-DE/
    fr-CA/
    xx-YY/


2) After "translate install xx-YY", new dir with translations
xx-YY/
    mandatory/
    marcflavour/
    optional/

and we load first from 'xx-YY/' and last from 'localization/xx-YY/',
with xx-YY lang maintainer responsible for xx-YY/ content (mostly updates)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list