Add mising lang values
This commit is contained in:
parent
fb38a8decf
commit
af17248b6b
|
|
@ -18,6 +18,8 @@ mixin LocalizationsProvider on LocaleCodeAware {
|
|||
static final Map<String, Map<String, String>> _localizedValues = {
|
||||
'en': {
|
||||
// STARTER: lang key - do not remove comment
|
||||
'payment_type_credit': 'Payment Type Credit',
|
||||
'payment_type_debit': 'Payment Type Debit',
|
||||
'send_emails_to': 'Send Emails To',
|
||||
'primary_contact': 'Primary Contact',
|
||||
'all_contacts': 'All Contacts',
|
||||
|
|
|
|||
Loading…
Reference in New Issue