fix lookup of English language tags when translation fails

This commit is contained in:
Colin Kuskie 2006-12-13 04:47:41 +00:00
parent a0d3c2d17c
commit bdb88b6c6d
5 changed files with 84 additions and 12 deletions

View file

@ -0,0 +1,11 @@
package WebGUI::i18n::PigLatin::WebGUI;
our $I18N = {
'webgui' => {
message => q|ebGUIWay|,
lastUpdated => 1141963573,
context => q|Test key for International macro test. DO NOT TRANSLATE|,
},
};
1;