Add default i18n label, API converted over to Moose. Need to run tests, convert definition based code in the UI.
This commit is contained in:
parent
068c2d5851
commit
bab17655c2
2 changed files with 123 additions and 133 deletions
|
|
@ -118,6 +118,12 @@ our $I18N = {
|
|||
context => q|Status message|,
|
||||
},
|
||||
|
||||
'Payment Driver' => {
|
||||
message => q|Payment Driver|,
|
||||
lastUpdated => 0,
|
||||
context => q|Name of the base Payment Driver|,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue