[Koha-bugs] [Bug 12017] New: Move language description out of database

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Mar 30 01:46:03 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12017

            Bug ID: 12017
           Summary: Move language description out of database
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: I18N/L10N
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: bgkriegel at gmail.com
        QA Contact: testopia at bugs.koha-community.org
                CC: frederic at tamil.fr

Language descriptions are stored in database using this tables

 language_descriptions
 language_rfc4646_to_iso639
 language_subtag_registry

Those tables are filled at install time using en/mandatory/subtag_registry.sql
or translated variants.
As with any string stored in database, it's difficult to update and synchronize
those files.

I propose to use language descriptions out of database using standard templates
files. Then these can be translated in a standard way, and as a bonus save many
access to the database

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


More information about the Koha-bugs mailing list