mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-23 16:32:45 +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(
|
||||
"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 ***/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user