Summary: | Untranslatable abbreviated names of seasons | ||
---|---|---|---|
Product: | Koha | Reporter: | Rafal Kopaczka <rkopaczka> |
Component: | I18N/L10N | Assignee: | Rafal Kopaczka <rkopaczka> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | abl, f.demians, julian.maurice, 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: | ||
Circulation function: | |||
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
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. 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. Thx Rafal! 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> 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> Pushed to master for 16.11, thanks Rafal! Pushed in 16.05. Will be in 16.05.05. Pushed to 3.22.x, will be in 3.22.12 |