Align translations

This commit is contained in:
ruan 2016-09-09 20:06:25 +02:00
parent f6b86b8c2a
commit c9fdf6e313

View File

@ -75,20 +75,21 @@ final class Settings {
/*
$this->date_month_translations = array(
"January" => "Month 1",
"February" => "Month 2",
"March" => "Month 3",
"April" => "Month 4",
"May" => "Month 5",
"June" => "Month 6",
"July" => "Month 7",
"August" => "Month 8",
"January" => "Month 1",
"February" => "Month 2",
"March" => "Month 3",
"April" => "Month 4",
"May" => "Month 5",
"June" => "Month 6",
"July" => "Month 7",
"August" => "Month 8",
"September" => "Month 9",
"October" => "Month 10",
"November" => "Month 11",
"December" => "Month 12",
"October" => "Month 10",
"November" => "Month 11",
"December" => "Month 12",
);
*/
*/
/*** End of configuration ***/