Add mising lang values

This commit is contained in:
Hillel Coren 2023-12-03 11:15:40 +02:00
parent fb38a8decf
commit af17248b6b
1 changed files with 2 additions and 0 deletions

View File

@ -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',