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 };