added dutch toolbar
This commit is contained in:
parent
e63d5869f3
commit
758e8c2bcb
18 changed files with 3 additions and 0 deletions
|
|
@ -24,6 +24,8 @@ print "\tUpdating config file.\n" unless ($quiet);
|
|||
my $pathToConfig = '../../etc/'.$configFile;
|
||||
my $conf = Parse::PlainConfig->new('DELIM' => '=', 'FILE' => $pathToConfig);
|
||||
my $macros = $conf->get("macros");
|
||||
delete $macros->{"\\"};
|
||||
$macros->{"\\\\"} = "Backslash_pageUrl";
|
||||
$macros->{RootTab} = "RootTab";
|
||||
$macros->{RandomSnippet} = "RandomSnippet";
|
||||
$macros->{RandomImage} = "RandomImage";
|
||||
|
|
|
|||
|
|
@ -611,6 +611,7 @@ insert into help (helpId,namespace,titleId,bodyId,seeAlso) values (4, 'DataForm'
|
|||
update userProfileField set dataType='date' where fieldName='birthdate';
|
||||
delete from international where languageId=1 and namespace='EventsCalendar' and internationalId=98;
|
||||
insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (98,1,'EventsCalendar','Now!', 1053888477,'"Something is going to happen now." This will be used to select a range in an events calendar. Now is the date and time right down to the current second.');
|
||||
update language set toolbar='dutch' where languageId=3;
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue