[Bug 11726] New: Untranslatable loading page overlay in offline circ
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11726 Bug ID: 11726 Summary: Untranslatable loading page overlay in offline circ Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: I18N/L10N Assignee: koha-bugs@lists.koha-community.org Reporter: pasi.kallinen@pttk.fi QA Contact: testopia@bugs.koha-community.org CC: frederic@tamil.fr The following text in circ/offline.tt is not picked up for translation: $(".loading-overlay div").text(_("Loading page " + page + ", please wait...")); -- 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=11726 --- Comment #1 from Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> --- Created attachment 26775 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=26775&action=edit Bug 11726 - Untranslatable loading page overlay in offline circ This patch reformats a message to be catched by translation script. To test: 1) Grep for the offending string egrep -Rn "Loading page |\", please wait" * only occurrence on koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt 2) Apply the patch 3) Update your preferred language, ej. fi-FI (cd misc/translator; perl translate update fi-FI) 4) Repeat 1), there are 2 new strings on staff po file, out of context :), but now can be translated -- 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=11726 Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff CC| |bgkriegel@gmail.com Assignee|koha-bugs@lists.koha-commun |bgkriegel@gmail.com |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=11726 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de Severity|enhancement |minor -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11726 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@biblibre.co | |m --- Comment #2 from Jonathan Druart <jonathan.druart@biblibre.com> --- Maybe you could use a placeholder. Something like $(".loading-overlay div").text(_("Loading page %s, please wait...").format(page)); -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11726 Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |RESOLVED Resolution|--- |FIXED --- Comment #3 from Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> --- Fixed on Bug 12138 -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org