fixed a few bugs and also made it so language translators can enable the translations for javascript helpers
This commit is contained in:
parent
cca54fb0c3
commit
4033ad4b83
7 changed files with 33 additions and 5 deletions
|
|
@ -5,7 +5,9 @@ use strict;
|
|||
|
||||
our $LANGUAGE = {
|
||||
label => 'English',
|
||||
toolbar => 'metal'
|
||||
toolbar => 'metal',
|
||||
languageAbbreviation => 'en',
|
||||
locale => 'US'
|
||||
};
|
||||
|
||||
sub makeUrlCompliant {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue