fix lookup of English language tags when translation fails
This commit is contained in:
parent
a0d3c2d17c
commit
bdb88b6c6d
5 changed files with 84 additions and 12 deletions
11
t/supporting_collateral/WebGUI.pm
Normal file
11
t/supporting_collateral/WebGUI.pm
Normal 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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue