Bug 11264

Summary: Add German seasons to serials
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: SerialsAssignee: Katrin Fischer <katrin.fischer>
Status: RESOLVED DUPLICATE QA Contact: Jonathan Druart <jonathan.druart>
Severity: normal    
Priority: P5 - low CC: bgkriegel, colin.campbell, jonathan.druart
Version: 3.14   
Hardware: All   
OS: All   
See Also: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11262
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7688
Change sponsored?: --- Patch complexity: Small patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 11264: Add German seasons to serials
[SIGNED-OFF] Bug 11264: Add German seasons to serials
Bug 11264: Add German seasons to serials

Description Katrin Fischer 2013-11-17 23:43:30 UTC
Currently the seasons are hardcoded in Serials.pm.

i will add the German season names, so seasonal patterns can be used, until bug 11262 is fixed.
Comment 1 Katrin Fischer 2013-11-17 23:49:50 UTC Comment hidden (obsolete)
Comment 2 Bernardo Gonzalez Kriegel 2013-11-18 22:03:18 UTC Comment hidden (obsolete)
Comment 3 Jonathan Druart 2013-11-19 09:08:19 UTC
I will try to see with Julian if it is possible to find a normal way to translate these strings. While waiting for a patch, this one can be go into the 3.14 branch.

Marked as Passed QA
Comment 4 Jonathan Druart 2013-11-19 09:08:38 UTC
Created attachment 23022 [details] [review]
Bug 11264: Add German seasons to serials

This patch adds the German season names to the serials module.

Requirements: You must have a German locale de_* on your system.

To test:
- Add a new subscription in the serials module
- Create a subscription for 1/3 months, seasonal
- Begins with and inner counter should both be 0
- Year can be 2013 and second row empty
- Pick de* as a locale[1]
- Test the prediction pattern - it should tell you German seasons now
- Save the subscription - make sure the issues are crated with German
  seasons as well

[1] It seems you have to pick it explicitly - the fallback to the
    system locale noted on the field didn't work for me.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>

Work as described. No koha-qa errors.

Installed de_DE.UTF-8 and fr_FR.UTF-8 locales
Add new suscription, picked locale manually (de_DE in this case)
Prediction pattern shows correct labels (to selected locale)
Received issues generated with correct numbering

Really don't know at this moment how this could be added to
general translation. I'm tempted to add a followup for Spanish

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Comment 5 Jonathan Druart 2013-11-19 13:29:18 UTC
Will be fix by bug 11262

*** This bug has been marked as a duplicate of bug 11262 ***