mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-24 00:42:43 +00:00
Align translations
This commit is contained in:
parent
f6b86b8c2a
commit
c9fdf6e313
@ -75,20 +75,21 @@ final class Settings {
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
$this->date_month_translations = array(
|
$this->date_month_translations = array(
|
||||||
"January" => "Month 1",
|
"January" => "Month 1",
|
||||||
"February" => "Month 2",
|
"February" => "Month 2",
|
||||||
"March" => "Month 3",
|
"March" => "Month 3",
|
||||||
"April" => "Month 4",
|
"April" => "Month 4",
|
||||||
"May" => "Month 5",
|
"May" => "Month 5",
|
||||||
"June" => "Month 6",
|
"June" => "Month 6",
|
||||||
"July" => "Month 7",
|
"July" => "Month 7",
|
||||||
"August" => "Month 8",
|
"August" => "Month 8",
|
||||||
"September" => "Month 9",
|
"September" => "Month 9",
|
||||||
"October" => "Month 10",
|
"October" => "Month 10",
|
||||||
"November" => "Month 11",
|
"November" => "Month 11",
|
||||||
"December" => "Month 12",
|
"December" => "Month 12",
|
||||||
);
|
);
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
/*** End of configuration ***/
|
/*** End of configuration ***/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user