http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10509
Bug ID: 10509
Summary: Using updates instead of inserts in translated mysql
files
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: Installation and upgrade (web-based installer)
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Currently, all languages in installer/data/mysql contain a few subfolders with
.sql files mostly containing insert statements. There is a lot of redundancy
and maintaining this construction is more work.
I propose to use en (English) as a global folder, or even a separate folder
global (with English just being one of the languages). The global folder should
contain inserts; these sql files should be run first. The translation folder
should update only the descriptions etc.
This is based on a recent discussion on the dev list.
--
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/