Adding base of Shop account plugin vendor payouts stuff.
This commit is contained in:
parent
e23f33ee8c
commit
320e1738a3
6 changed files with 74 additions and 2 deletions
|
|
@ -49,6 +49,11 @@ our $I18N = {
|
|||
lastUpdated => 1230867169,
|
||||
},
|
||||
|
||||
'my sales label' => {
|
||||
message => q{Sales},
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -555,6 +555,12 @@ our $I18N = {
|
|||
context => q|admin function label|
|
||||
},
|
||||
|
||||
'vendor payouts' => {
|
||||
message => q|Vendor payouts|,
|
||||
lastUpdated => 0,
|
||||
context => q|admin function label|
|
||||
},
|
||||
|
||||
'update' => {
|
||||
message => q|Update|,
|
||||
lastUpdated => 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue