Add missing strings for expense statuses

This commit is contained in:
Hillel Coren 2023-09-18 09:47:44 +03:00
parent d69b9f62a9
commit 6b11ac8fb4
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 = { static final Map<String, Map<String, String>> _localizedValues = {
'en': { 'en': {
// STARTER: lang key - do not remove comment // STARTER: lang key - do not remove comment
'expense_status_4': 'Unpaid',
'expense_status_5': 'Paid',
'recurring': 'Recurring', 'recurring': 'Recurring',
'ziptax_help': 'ziptax_help':
'Note: this feature requires a Zip-Tax API key to lookup US sales tax by address', 'Note: this feature requires a Zip-Tax API key to lookup US sales tax by address',