http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10818
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #26697|0 |1 is obsolete| | --- Comment #6 from Katrin Fischer <[email protected]> --- Created attachment 26699 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=26699&action=edit [PASSED QA] Bug 10818 - System preference OAI-PMH:ConfFile isn't translatable This patch correct english display for OAI-PMH:ConfFile syspref, and makes it's strings translatable To test: 1) On Administration > System preferences > Web Services OAI-PMH:ConfFile syspref doesn't have description before file box. Text after that box is not translated. 2) Choose your prefered language, xx-YY, update po files cd misc/translator perl translate update xx-YY 3) Look into xx-YY-pref.po for any occurence of "YAML", there is none 4) Apply the patch 5) Update po files again 6) Look into xx-YY-pref.po, now there are 2 entries 7) Also reload page from 1) and check for text before file box. Signed-off-by: Mark Tompsett <[email protected]> NOTE: I had to use install and not update, but the idea is the same. Having fixed the English po files, the other language po files (I used fr-FR) correctly generates text before the system preference text box. It's still English, but that is expected, as far as I know, since the French po files are lacking the translation for the strings. This corrects two problems at the same time, not just the original bug problem. 1) Missing text before system preference text box. 2) Missing string to translate in the po file. Where (2) is the original problem. Signed-off-by: Katrin Fischer <[email protected]> Works for me as described, only changes YAML pref file. -- 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/
