Bug 17245

Summary: Untranslatable abbreviated names of seasons
Product: Koha Reporter: Rafal Kopaczka <rkopaczka>
Component: I18N/L10NAssignee: Rafal Kopaczka <rkopaczka>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: trivial    
Priority: P5 - low CC: abl, f.demians, julian.maurice, katrin.fischer, kyle
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 16289    
Bug Blocks:    
Attachments: Bug 17245: Untranslatable abbreviated names of seasons.
Bug 17245: Untranslatable abbreviated names of seasons.
[PASSED QA] Bug 17245: Untranslatable abbreviated names of seasons.

Description Rafal Kopaczka 2016-09-03 16:27:06 UTC
Bug 16289 adds new abbreviated names of seasons to the code, but not to the templates. Because seasons have special treatment in numbering patterns, those abbreviated names should be added to templates.
Comment 1 Rafal Kopaczka 2016-09-03 16:43:23 UTC
Created attachment 55164 [details] [review]
Bug 17245: Untranslatable abbreviated names of seasons.

Because seasons strings are not available through DateTime module,
names of them where added in code, and templates. Bug 16289 adds new
abbreviated form to the code, but not to the templates. This patch
should fix the problem.

To test:
1. Apply patch.
2. Run "misc/translator/translate update" for you language.
3. Check if names are in po/ file for language.
4. Check if generating next issue for serial and prediction patterns
works correct.
Comment 2 Rafal Kopaczka 2016-09-03 16:48:07 UTC
There's quick fix, but I'm not sure it's the best way to fix it.
If someone have better idea, fell free to assign to this bug.
Comment 3 Katrin Fischer 2016-09-04 20:28:53 UTC
Thx Rafal!
Comment 4 Mark Tompsett 2016-09-19 17:41:37 UTC
Created attachment 55700 [details] [review]
Bug 17245: Untranslatable abbreviated names of seasons.

Because seasons strings are not available through DateTime module,
names of them where added in code, and templates. Bug 16289 adds new
abbreviated form to the code, but not to the templates. This patch
should fix the problem.

To test:
1. Apply patch.
2. Run "misc/translator/translate update" for you language.
3. Check if names are in po/ file for language.
4. Check if generating next issue for serial and prediction patterns
works correct.

NOTE: or "create {language code}" instead of update.

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Comment 5 Katrin Fischer 2016-09-25 08:35:36 UTC
Created attachment 55793 [details] [review]
[PASSED QA] Bug 17245: Untranslatable abbreviated names of seasons.

Because seasons strings are not available through DateTime module,
names of them where added in code, and templates. Bug 16289 adds new
abbreviated form to the code, but not to the templates. This patch
should fix the problem.

To test:
1. Apply patch.
2. Run "misc/translator/translate update" for you language.
3. Check if names are in po/ file for language.
4. Check if generating next issue for serial and prediction patterns
works correct.

NOTE: or "create {language code}" instead of update.

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>

Signed-off-by: Katrin Fischer  <katrin.fischer@bsz-bw.de>
Comment 6 Kyle M Hall 2016-09-27 11:13:55 UTC
Pushed to master for 16.11, thanks Rafal!
Comment 7 Frédéric Demians 2016-09-30 08:51:52 UTC
Pushed in 16.05. Will be in 16.05.05.
Comment 8 Julian Maurice 2016-10-14 12:03:29 UTC
Pushed to 3.22.x, will be in 3.22.12