6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 5d48909c

AuthorMikkel Thygesen<mikkelet@gmail.com>
Date2026-02-27 13:05:50 +0100
2922: updated localization

Changed files

comwell_key_app/assets/translations/intl_en.arb               | 4 ++--
 comwell_key_app/lib/.generated/l10n/app_localizations.dart    | 4 ++--
 comwell_key_app/lib/.generated/l10n/app_localizations_en.dart | 4 ++--
 concierge/lib/domain/repositories/property_repository.dart    | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

Diff

diff --git a/comwell_key_app/assets/translations/intl_en.arb b/comwell_key_app/assets/translations/intl_en.arb
index d6bae0b8..c7f80c00 100644
--- a/comwell_key_app/assets/translations/intl_en.arb
+++ b/comwell_key_app/assets/translations/intl_en.arb
@@ -332,7 +332,7 @@
"addon": "Additional purchases",
"added_to_room": "Purchased in room",
"force_update_title": "Update to use the app",
- "force_update_description": "There is a required update to the app that requires you to update in order to continue.",
+ "force_update_description": "There is a required update to the app that requires you to update to continue.",
"force_update_button": "Go to the App Store",
"invalid_birthday": "Invalid birthday",
"invalid_birthday_description": "Your saved birthday is not allowed. Please choose a new date.",
@@ -395,7 +395,7 @@
"received_shared_booking_page_title": "",
"received_shared_booking_page_subtitle": "text {name}",
"accept_notifications": "Allow notifications",
- "accept_notifications_rationale": "To get the latest updates about your booking, please allow notifications.",
+ "accept_notifications_rationale": "To get the latest updates about your booking, please allow notifications",
"allow": "Allow",
"skip": "Skip",
"internet_disabled": "The internet is down.",
diff --git a/comwell_key_app/lib/.generated/l10n/app_localizations.dart b/comwell_key_app/lib/.generated/l10n/app_localizations.dart
index 67a80a81..954d947e 100644
--- a/comwell_key_app/lib/.generated/l10n/app_localizations.dart
+++ b/comwell_key_app/lib/.generated/l10n/app_localizations.dart
@@ -2088,7 +2088,7 @@ abstract class AppLocalizations {
/// No description provided for @force_update_description.
///
/// In en, this message translates to:
- /// **'There is a required update to the app that requires you to update in order to continue.'**
+ /// **'There is a required update to the app that requires you to update to continue.'**
String get force_update_description;
/// No description provided for @force_update_button.
@@ -2466,7 +2466,7 @@ abstract class AppLocalizations {
/// No description provided for @accept_notifications_rationale.
///
/// In en, this message translates to:
- /// **'To get the latest updates about your booking, please allow notifications.'**
+ /// **'To get the latest updates about your booking, please allow notifications'**
String get accept_notifications_rationale;
/// No description provided for @allow.
diff --git a/comwell_key_app/lib/.generated/l10n/app_localizations_en.dart b/comwell_key_app/lib/.generated/l10n/app_localizations_en.dart
index 906732b7..9396a886 100644
--- a/comwell_key_app/lib/.generated/l10n/app_localizations_en.dart
+++ b/comwell_key_app/lib/.generated/l10n/app_localizations_en.dart
@@ -1069,7 +1069,7 @@ class AppLocalizationsEn extends AppLocalizations {
@override
String get force_update_description =>
- 'There is a required update to the app that requires you to update in order to continue.';
+ 'There is a required update to the app that requires you to update to continue.';
@override
String get force_update_button => 'Go to the App Store';
@@ -1279,7 +1279,7 @@ class AppLocalizationsEn extends AppLocalizations {
@override
String get accept_notifications_rationale =>
- 'To get the latest updates about your booking, please allow notifications.';
+ 'To get the latest updates about your booking, please allow notifications';
@override
String get allow => 'Allow';
diff --git a/concierge/lib/domain/repositories/property_repository.dart b/concierge/lib/domain/repositories/property_repository.dart
index 2f847ea0..1e1e1a1b 100644
--- a/concierge/lib/domain/repositories/property_repository.dart
+++ b/concierge/lib/domain/repositories/property_repository.dart
@@ -69,4 +69,4 @@ class PropertyRepository {
final response = await _service.getCustomerOrders();
return response.data;
}
-};
+}