From b09a153688e4394b90eb18c3256bfb0d41d16b75 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 17 Sep 2009 10:49:50 -0700 Subject: [PATCH] Give Pig Latin a valid locale. --- t/supporting_collateral/PigLatin.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/supporting_collateral/PigLatin.pm b/t/supporting_collateral/PigLatin.pm index d122e839b..9d1b9a970 100644 --- a/t/supporting_collateral/PigLatin.pm +++ b/t/supporting_collateral/PigLatin.pm @@ -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 };