https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20709
--- Comment #18 from Katrin Fischer <[email protected]> --- (In reply to Jonathan Druart from comment #17) > I am not sure you got my point. > > This patch adds '034', '1', 'Real World Object URI > > After bug 19835 and bug 20709: > % git grep -l "'034', '1'" > installer/data/mysql/de-DE/marcflavour/marc21/mandatory/ > authorities_normal_marc21.sql > installer/data/mysql/de-DE/marcflavour/marc21/mandatory/ > marc21_framework_DEFAULT.sql > installer/data/mysql/en/marcflavour/marc21/mandatory/ > authorities_normal_marc21.sql > installer/data/mysql/en/marcflavour/marc21/mandatory/ > marc21_framework_DEFAULT.sql > > We usually apply the changes done on 'en' to all other languages (not > translated), then language maintainers provide patches for the translation. That's not how we do it anymore for the frameworks. Bernardo provides po files for translating, which is much more convenient and less error prone then translating a gigantig sql file. So we generate the translated files from the files in master. See here: http://translate.koha-community.org/projects/marc21/ Bernardo automatically generates the files regularly and provides them here: http://translate.koha-community.org/files/ For the frameworks it's not super bad if a field is missing, I think the new workflow is worth it. -- 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/
