| Summary: | Locale ignored for serial numbering when using {MonthName} {DayName} substitutions | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Nick Clemens (kidclamp) <nick> |
| Component: | Serials | Assignee: | Bugs List <koha-bugs> |
| Status: | NEW --- | QA Contact: | Testopia <testopia> |
| Severity: | normal | ||
| Priority: | P5 - low | CC: | caroline.cyr-la-rose |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Bug Depends on: | 35646 | ||
| Bug Blocks: | |||
|
Description
Nick Clemens (kidclamp)
2024-05-31 10:35:52 UTC
I stumbled upon this while looking to answer a support ticket. The manual states it's not translatable, so at least I was aware. It says we can use {X} to replace the month name which would probably work on a monthly, bimonthly or yearly frequency. However, for a weekly magazine, you can't really use {X}, the month is not very predictable, most of the time it will change every 4 issues, but most likely in July or August you'll get 5 issues in the same month and maybe in february you'll only get 3 issues... This is not manageable with the regular numbering method. Ideally, MonthName should be translatable.
|