[Koha-bugs] [Bug 13897] Use XML files for installer data

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Dec 17 10:07:25 CET 2019


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

--- Comment #19 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
(In reply to Martin Renvoize from comment #17)
> Going back to the actual problem this patchset is trying to resolve.. can
> you remind me what it is about the SQL format files in the first place means
> we can't easily support translating them without moving to some intermediary
> file format?

.sql files are not following the usual translation workflow.
There is 1 file per language (in the term of language in installer/data/mysql/,
so not so much compared to the number of languages we really support (POs).
If you want to translate a sql file, you need to open a bug report, patch it,
wait for someone to SO/QA/push.
Also it's painful to support (dev POV), as if you want to add an AV, you have
to edit X .sql files, test them, (rebase), etc.
With only 1 sql file, at the root of installer dir (installer/data/mysq) the
translation will be done using the usual workflow (after a change to our
translator tool as we still do not support YAML file, but we do support .pref
which are YAML, so should not be too hard)

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


More information about the Koha-bugs mailing list