From 4a1c44c50cea4316e971135579b2b805041ef2ba Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 5 Dec 2024 15:33:07 +0200 Subject: [PATCH] Add mising i18n string --- lib/utils/i18n.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/utils/i18n.dart b/lib/utils/i18n.dart index 6c9b79d566..08688ef4fd 100644 --- a/lib/utils/i18n.dart +++ b/lib/utils/i18n.dart @@ -18,6 +18,7 @@ mixin LocalizationsProvider on LocaleCodeAware { static final Map> _localizedValues = { 'en': { // STARTER: lang key - do not remove comment + 'participant': 'Participant', 'merged_vendors': 'Successfully merged vendors', 'activity_146': 'E-Invoice :invoice for :client was delivered', 'activity_147': 'E-Invoice :invoice for :client failed to send',