[Koha-bugs] [Bug 11396] New: SQL translated files not in phase with original 'en' version

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Dec 16 06:58:30 CET 2013


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: gmcharlt at gmail.com
          Reporter: frederic at tamil.fr
        QA Contact: testopia at bugs.koha-community.org

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.


More information about the Koha-bugs mailing list