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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

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.
_______________________________________________
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/

Reply via email to