Give Pig Latin a valid locale.

This commit is contained in:
Colin Kuskie 2009-09-17 10:49:50 -07:00
parent bb10f0e3d0
commit b09a153688

View file

@ -6,7 +6,7 @@ use strict;
our $LANGUAGE = {
label => 'PigLatin',
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
};