Ready for 7.10.29 development.
This commit is contained in:
commit
c806f99b7b
4236 changed files with 1217679 additions and 0 deletions
16
t/supporting_collateral/WebGUI.pm
Normal file
16
t/supporting_collateral/WebGUI.pm
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue