16 lines
324 B
Perl
16 lines
324 B
Perl
package WebGUI::i18n::PigLatin::WebGUI;
|
|
|
|
our $I18N = {
|
|
'webgui' => {
|
|
message => q|ebGUIWay|,
|
|
lastUpdated => 1141963573,
|
|
context => q|Test key for International macro test. DO NOT TRANSLATE|,
|
|
},
|
|
|
|
'key with spaces in it' => {
|
|
message => q|Key Contained Spaces|,
|
|
lastUpdated => 0,
|
|
}
|
|
};
|
|
|
|
1;
|