now using DateTime instead of Date::Manip
This commit is contained in:
parent
f6f9a46eba
commit
8ac8530227
11 changed files with 247 additions and 453 deletions
|
|
@ -6,8 +6,8 @@ use strict;
|
|||
our $LANGUAGE = {
|
||||
label => 'English',
|
||||
toolbar => 'metal',
|
||||
languageAbbreviation => 'en',
|
||||
locale => 'US'
|
||||
languageAbbreviation => 'en', # used by plugins such as javascript helpers and third-party perl modules
|
||||
locale => 'US' # same as above
|
||||
};
|
||||
|
||||
sub makeUrlCompliant {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue