some small i18n cleanups
This commit is contained in:
parent
95ea885cdc
commit
b4e4590697
2 changed files with 30 additions and 26 deletions
|
|
@ -4,10 +4,10 @@ use strict;
|
|||
|
||||
|
||||
our $LANGUAGE = {
|
||||
label => 'English',
|
||||
toolbar => 'bullet',
|
||||
languageAbbreviation => 'en', # used by plugins such as javascript helpers and third-party perl modules
|
||||
locale => 'US' # same as above
|
||||
label => 'English',
|
||||
toolbar => 'bullet',
|
||||
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