http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11396
Bug ID: 11396
Summary: SQL translated files not in phase with original 'en'
version
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Architecture, internals, and plumbing
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
In 'installer/data/mysql/en', there are SQL files used to prepopulate Koha DB
during installation. If another language than English is chosen during
installation, SQL files are retrieved in 'installer/data/mysql/<language>'
directory.
A SQL file translated version, with time, may differ from the original 'en'
version. A developer can add a value to an 'en' English file, and nobody
reports this value into the translated version.
Sample 1: installer/data/mysql/en/mandatory/userflags.sql contains flags for
managing Koha user permissions. There are now 19 values in the English version
of the file. But in installer/data/mysql/fr-FR/1-Obligatoire/userflags.sql,
there are only 18 flags. User flags 17-parameter is missing.
Sample 2:
installer/data/mysql/en/marcflavour/marc21/mandatory/authorities_normal_marc21.sql
contains definition of authorities framework. A translated version exists for
other languages.
A test must verify that SQL files translated version stay in phase with the
'en' version.
--
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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/