Summary: | Wrong publication pattern locale on months | ||
---|---|---|---|
Product: | Koha | Reporter: | Hugo Agud <hagud> |
Component: | Serials | Assignee: | Bugs List <koha-bugs> |
Status: | RESOLVED DUPLICATE | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | colin.campbell |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: |
Description
Hugo Agud
2020-09-02 07:22:34 UTC
Hi Hugo, I am not sure I understand the issue. Can you share a screenshot of your advanced pattern and how they should show up? Let me give you an example: When we create a pattern using months, the user expect just months names: january, february, march...etc, when using locate = ca-ES, we are not getting months, we are getting: de gener (of january) it should be just 'gener' (january) de febrer (of february) it should be just 'february' (february) de març (of march) it should be just 'march' (march) Example: Wrong: New england journal of medicine vol:23 issue:333 of january 2020 Right: Wrong: New england journal of medicine vol:23 issue:333 january 2020 This is happeing at least locat ca-ES The translations don't appear to be in translate.koha-community.org - I believe we are using a Perl library to generate these. It might be wrong there. |