Bug Report #1278
the same typos at SYSPATH/i18n/xx_XX/calendar.php
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | Core | |||
| Target version: | 2.3.3 | |||
| Resolution: | invalid | Points: |
Description
In each lang-file calendar.php there is a typo at line 51:
// en_US/calendar.php 'mayl' => 'May',
instead of
// en_US/calendar.php 'may' => 'May',
Version: 2.3.2 and 2.4 (3.0 not checked)
History
Updated by Kiall Mac Innes over 2 years ago
- Status changed from New to Closed
- Assignee set to Kiall Mac Innes
- Resolution set to invalid
Well spotted :) but its not a bug..
'may' is already in use by the may short name, 'mayl' is used for the may long name...
es_AR for example has:
'may' => 'May', ... SNIP 'mayl' => 'Mayo',