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 = {
|
static final Map<String, Map<String, String>> _localizedValues = {
|
||||||
'en': {
|
'en': {
|
||||||
// STARTER: lang key - do not remove comment
|
// 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',
|
'send_emails_to': 'Send Emails To',
|
||||||
'primary_contact': 'Primary Contact',
|
'primary_contact': 'Primary Contact',
|
||||||
'all_contacts': 'All Contacts',
|
'all_contacts': 'All Contacts',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue