2016-03-13, 19:39:15
News Manager 3.3 beta 34 available
Download (GitHub)
New in this version:
- Custom month list (
- Alternative month list (
Example for Russian months (nominative, genitive), with NM custom settings:
or in the language file:
If this is good for Russian or other languages that use different nominative/genitive variants (like Polish), I can include these in the plugin's language file.
(See complete changelog for 3.3)
Download (GitHub)
New in this version:
- Custom month list (
MONTHLIST
language string) for strftime parameter %B, to override your server's month names- Alternative month list (
MONTHLIST_ALT
language string), supported by (non-standard) parameter %EB - it can be used for genitive month names.Example for Russian months (nominative, genitive), with NM custom settings:
Code:
MONTHLIST Январь,Февраль,Март,Апрель,Май,Июнь,Июль,Август,Сентябрь,Октябрь,Ноябрь,Декабрь
MONTHLIST_ALT января,февраля,марта,апреля,мая,июня,июля,августа,сентября,октября,ноября,декабря
DATE_FORMAT %e %EB %Y
Code:
"DATE_FORMAT" => "%e %EB %Y",
"MONTHLIST" => "Январь,Февраль,Март,Апрель,Май,Июнь,Июль,Август,Сентябрь,Октябрь,Ноябрь,Декабрь",
"MONTHLIST_ALT" => "января,февраля,марта,апреля,мая,июня,июля,августа,сентября,октября,ноября,декабря",
If this is good for Russian or other languages that use different nominative/genitive variants (like Polish), I can include these in the plugin's language file.
(See complete changelog for 3.3)