Give Pig Latin a valid locale.
This commit is contained in:
parent
bb10f0e3d0
commit
b09a153688
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ use strict;
|
||||||
our $LANGUAGE = {
|
our $LANGUAGE = {
|
||||||
label => 'PigLatin',
|
label => 'PigLatin',
|
||||||
toolbar => 'bullet',
|
toolbar => 'bullet',
|
||||||
languageAbbreviation => 'PL', # used by plugins such as javascript helpers and third-party perl modules
|
languageAbbreviation => 'en', # used by plugins such as javascript helpers and third-party perl modules
|
||||||
locale => 'US' # same as above
|
locale => 'US' # same as above
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue