fixed a few bugs and also made it so language translators can enable the translations for javascript helpers

This commit is contained in:
JT Smith 2005-07-29 15:00:30 +00:00
parent cca54fb0c3
commit 4033ad4b83
7 changed files with 33 additions and 5 deletions

View file

@ -5,7 +5,9 @@ use strict;
our $LANGUAGE = {
label => 'English',
toolbar => 'metal'
toolbar => 'metal',
languageAbbreviation => 'en',
locale => 'US'
};
sub makeUrlCompliant {