[Bug 9056] New: Add more translations to table language_descriptions
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9056 Priority: P5 - low Change sponsored?: --- Bug ID: 9056 CC: frederic@tamil.fr Assignee: koha-bugs@lists.koha-community.org Summary: Add more translations to table language_descriptions Severity: enhancement Classification: Unclassified OS: All Reporter: veron@veron.ch Hardware: All Status: NEW Version: master Component: I18N/L10N Product: Koha In table language_descriptions a lot of translations are missing (with the exception of French) See http://irc.koha-community.org/irclog/koha/2012-11-11#i_1125026 Additions need to be added to subtag_registry.sql (for new installs) and to updatedatabase.pl (for upgrading). Patch will follow to add German (and a couple of French) translations to the table. This Bug could be used as 'omnibus' for follow ups for other languages. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9056 Marc Véron <veron@veron.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |veron@veron.ch |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9056 --- Comment #1 from Marc Véron <veron@veron.ch> --- Created attachment 13382 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13382&action=edit Bug 9056 - Add more translations to table language_descriptions In table language_descriptions a lot of translations are missing (with the exception of French) Additions need to be added to subtag_registry.sql (for new installs) and to updatedatabase.pl (for upgrading). This Bug could be used as 'omnibus' for follow ups for other languages. This patch adds German (and some missing French) translations. Tested updatedatabase.pl Would appreciate if somebody could test subtag_registry.sql. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9056 Marc Véron <veron@veron.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9056 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9056 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #13382|0 |1 is obsolete| | --- Comment #2 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 13503 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13503&action=edit [SIGNED-OFF] Bug 9056 - Add more translations to table language_descriptions In table language_descriptions a lot of translations are missing (with the exception of French) Additions need to be added to subtag_registry.sql (for new installs) and to updatedatabase.pl (for upgrading). This Bug could be used as 'omnibus' for follow ups for other languages. This patch adds German (and some missing French) translations. Tested updatedatabase.pl Would appreciate if somebody could test subtag_registry.sql. Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Tested both, the updatedatabase and the sql file. Works well. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9056 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hi Marc, you changed only the en file - I think we need a follow up adding this to the subtag_registry.sql files in the other language directories. At the moment your translations will not get installed using the German installer. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9056 Marc Véron <veron@veron.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron@veron.ch -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9056 --- Comment #4 from Marc Véron <veron@veron.ch> ---
From IRC: http://irc.koha-community.org/irclog/koha/2012-11-20#i_1129863
(...) Bug 8954 adds the functionallity to display the languages correctly in opac-search.pl and search.pl and Bug 9056 provides the information in the table language_descriptions. (Not all language names are translated into all langages) (...) We have the problem that the file subtag_registry.sql should be distributed to all installer folders (installer/data/mysql/[LANGUAGE]/mandatory), or the installer should always take it from installer/data/mysql/en/mandatory -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9056 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |8954 -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9056 Bug 9056 depends on bug 8954, which changed state. Bug 8954 Summary: Languages list in advanced search always in english http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8954 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Stable |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9056 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA CC| |paul.poulain@biblibre.com Patch complexity|--- |Small patch QA Contact| |paul.poulain@biblibre.com Severity|enhancement |minor --- Comment #5 from Paul Poulain <paul.poulain@biblibre.com> --- QA comment: * the C4/Languages.pm is really ugly, as it does a lot of SQL queries for each page (120 queries ?) I feel/fear that this patch will add a number of additional queries, slowing Koha more and more. And a complete patch would be a nightmare. * no other QA comment, this patch is a needed addition, not really an ENH (i changed the severity to minor) passed QA -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9056 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #13503|0 |1 is obsolete| | --- Comment #6 from Paul Poulain <paul.poulain@biblibre.com> --- Created attachment 13989 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13989&action=edit Bug 9056 - Add more translations to table language_descriptions In table language_descriptions a lot of translations are missing (with the exception of French) Additions need to be added to subtag_registry.sql (for new installs) and to updatedatabase.pl (for upgrading). This Bug could be used as 'omnibus' for follow ups for other languages. This patch adds German (and some missing French) translations. Tested updatedatabase.pl Would appreciate if somebody could test subtag_registry.sql. Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Tested both, the updatedatabase and the sql file. Works well. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9056 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #7 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- This patch has been pushed to master. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9056 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |ASSIGNED --- Comment #8 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- We still need a follow up for this adding the languages to the other translations. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9056 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEW -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9056 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=11973 -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9056 Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bgkriegel@gmail.com --- Comment #9 from Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> --- Hi, could someone take a look at Bug 12017 -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9056 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=12017 -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9056 Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=12250 --- Comment #10 from Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> --- (In reply to Katrin Fischer from comment #8)
We still need a follow up for this adding the languages to the other translations.
On current master there is only one file for this. I completed all languages/scripts/regions on Bug 12250, but can add patches for 3.16/14/12 if needed. Not sure about the status of this bug -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9056 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #11 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I think we can close it :) If someone wants a complete file for the earlier versions, we can then deal with it. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org