Bug 12621 - Z39.50-targets - Record type is untranslatable
Summary: Z39.50-targets - Record type is untranslatable
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: I18N/L10N (show other bugs)
Version: Main
Hardware: All All
: P5 - low trivial (vote)
Assignee: Bernardo Gonzalez Kriegel
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-22 07:36 UTC by Katrin Fischer
Modified: 2015-06-04 23:32 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 12621: Z39.50-targets - Record type is untranslatable (2.17 KB, patch)
2014-08-10 23:04 UTC, Bernardo Gonzalez Kriegel
Details | Diff | Splinter Review
Bug 12621: Z39.50-targets - Record type is untranslatable (2.23 KB, patch)
2014-08-11 08:57 UTC, Chris Cormack
Details | Diff | Splinter Review
[PASSED QA] Bug 12621: Z39.50-targets - Record type is untranslatable (2.33 KB, patch)
2014-08-14 20:24 UTC, Katrin Fischer
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Katrin Fischer 2014-07-22 07:36:33 UTC
When looking at the table of configured Z39.50 targets in administration, the column Record type contains bibliographic or authority. The strings should be translatable.
Comment 1 Bernardo Gonzalez Kriegel 2014-08-10 23:04:58 UTC Comment hidden (obsolete)
Comment 2 Chris Cormack 2014-08-11 08:57:29 UTC Comment hidden (obsolete)
Comment 3 Katrin Fischer 2014-08-14 20:24:02 UTC
Created attachment 30804 [details] [review]
[PASSED QA] Bug 12621: Z39.50-targets - Record type is untranslatable

This patch makes displayed record types translatable

To test:
1) Go to Administration > Z39.50 servers
2) On column Record type the value is 'biblio' or 'authority'
3) Apply the patch
4) Reload the page, now record type must show 'Bibliographic'
or 'Authority'
5) Update translation file for a language, verify new entries
Strings are already on translation file, only a reference
for new entry on the file.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Works nicely, no problems found.
Comment 4 Tomás Cohen Arazi 2014-08-14 23:23:17 UTC
Patch pushed to master.

Thanks Bernardo!