From ba4f8bbb0091037a8c33f1f4dc2501a1b6dba129 Mon Sep 17 00:00:00 2001 From: georgelgeback Date: Wed, 5 Aug 2026 17:25:14 +0200 Subject: [PATCH 1/2] =?UTF-8?q?Add=20back=20phone=20numbers=20for=20f?= =?UTF-8?q?=C3=B6set=20with=20clickable=20formatting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/l10n/app_en.arb | 2 ++ lib/l10n/app_localizations.dart | 12 ++++++++++++ lib/l10n/app_localizations_en.dart | 7 +++++++ lib/l10n/app_localizations_sv.dart | 7 +++++++ lib/l10n/app_sv.arb | 2 ++ lib/screens/nollning/emergency_contacts.dart | 6 ++++++ 6 files changed, 36 insertions(+) diff --git a/lib/l10n/app_en.arb b/lib/l10n/app_en.arb index 908c977a..1fe887c9 100644 --- a/lib/l10n/app_en.arb +++ b/lib/l10n/app_en.arb @@ -371,6 +371,8 @@ "emergencyNumSeven": "+46 77 33 113 13", "emergencyTitleSeven": " - Information in case of accidents and crises", "emergencyContentSeven": "Sweden's national information number. You can call this number to get information in the event of serious accidents and crises in society.", + "emergencyTitleEight": "Föset", + "emergencyContentEight": "If you need to get in touch with a member of the Fös quickly, you can call us on the following numbers. \n\nElina Kazemi-Esfeh\n073 772 5955 \n\nEdith Fållsten\n076 871 7087 \n\nAda Parén\n076 047 0583 \n\nAlice Önnerheim\n070 922 1301 \n\nLinnea Becker\n076 139 9402 \n\nManne Mönster\n070 948 7839 \n\nHarald Barck-Holst\n076 319 3169 \n\nYou can find contact information for other parts of the guild on the website contact page: https://fsektionen.se/contact/.", "game": "Moose game", "gameDescription":"Coming soon!", diff --git a/lib/l10n/app_localizations.dart b/lib/l10n/app_localizations.dart index e507b816..7e0a2004 100644 --- a/lib/l10n/app_localizations.dart +++ b/lib/l10n/app_localizations.dart @@ -2084,6 +2084,18 @@ abstract class AppLocalizations { /// **'Sveriges nationella informationsnummer. Dit kan du ringa om du vill få information vid allvarliga olyckor och kriser i samhället.'** String get emergencyContentSeven; + /// No description provided for @emergencyTitleEight. + /// + /// In sv, this message translates to: + /// **'Föset'** + String get emergencyTitleEight; + + /// No description provided for @emergencyContentEight. + /// + /// In sv, this message translates to: + /// **'Om du snabbt behöver komma i kontakt med någon av oss i föset så kan du ringa oss på följande nummer. \n\nElina Kazemi-Esfeh\n073 772 5955 \n\nEdith Fållsten\n076 871 7087 \n\nAda Parén\n076 047 0583 \n\nAlice Önnerheim\n070 922 1301 \n\nLinnea Becker\n076 139 9402 \n\nManne Mönster\n070 948 7839 \n\nHarald Barck-Holst\n076 319 3169 \n\nKontaktinformation till andra delar av sektionen kan du hitta på hemsidans kontakt-sida: https://fsektionen.se/contact/.'** + String get emergencyContentEight; + /// No description provided for @game. /// /// In sv, this message translates to: diff --git a/lib/l10n/app_localizations_en.dart b/lib/l10n/app_localizations_en.dart index 93fe5d13..2195519e 100644 --- a/lib/l10n/app_localizations_en.dart +++ b/lib/l10n/app_localizations_en.dart @@ -1080,6 +1080,13 @@ class AppLocalizationsEn extends AppLocalizations { String get emergencyContentSeven => 'Sweden\'s national information number. You can call this number to get information in the event of serious accidents and crises in society.'; + @override + String get emergencyTitleEight => 'Föset'; + + @override + String get emergencyContentEight => + 'If you need to get in touch with a member of the Fös quickly, you can call us on the following numbers. \n\nElina Kazemi-Esfeh\n073 772 5955 \n\nEdith Fållsten\n076 871 7087 \n\nAda Parén\n076 047 0583 \n\nAlice Önnerheim\n070 922 1301 \n\nLinnea Becker\n076 139 9402 \n\nManne Mönster\n070 948 7839 \n\nHarald Barck-Holst\n076 319 3169 \n\nYou can find contact information for other parts of the guild on the website contact page: https://fsektionen.se/contact/.'; + @override String get game => 'Moose game'; diff --git a/lib/l10n/app_localizations_sv.dart b/lib/l10n/app_localizations_sv.dart index dfaa768a..ceed6c6a 100644 --- a/lib/l10n/app_localizations_sv.dart +++ b/lib/l10n/app_localizations_sv.dart @@ -1073,6 +1073,13 @@ class AppLocalizationsSv extends AppLocalizations { String get emergencyContentSeven => 'Sveriges nationella informationsnummer. Dit kan du ringa om du vill få information vid allvarliga olyckor och kriser i samhället.'; + @override + String get emergencyTitleEight => 'Föset'; + + @override + String get emergencyContentEight => + 'Om du snabbt behöver komma i kontakt med någon av oss i föset så kan du ringa oss på följande nummer. \n\nElina Kazemi-Esfeh\n073 772 5955 \n\nEdith Fållsten\n076 871 7087 \n\nAda Parén\n076 047 0583 \n\nAlice Önnerheim\n070 922 1301 \n\nLinnea Becker\n076 139 9402 \n\nManne Mönster\n070 948 7839 \n\nHarald Barck-Holst\n076 319 3169 \n\nKontaktinformation till andra delar av sektionen kan du hitta på hemsidans kontakt-sida: https://fsektionen.se/contact/.'; + @override String get game => 'Moose game'; diff --git a/lib/l10n/app_sv.arb b/lib/l10n/app_sv.arb index b2ebf01b..170714c1 100644 --- a/lib/l10n/app_sv.arb +++ b/lib/l10n/app_sv.arb @@ -371,6 +371,8 @@ "emergencyNumSeven": "113 13", "emergencyTitleSeven": " - Krisinformation", "emergencyContentSeven": "Sveriges nationella informationsnummer. Dit kan du ringa om du vill få information vid allvarliga olyckor och kriser i samhället.", + "emergencyTitleEight": "Föset", + "emergencyContentEight": "Om du snabbt behöver komma i kontakt med någon av oss i föset så kan du ringa oss på följande nummer. \n\nElina Kazemi-Esfeh\n073 772 5955 \n\nEdith Fållsten\n076 871 7087 \n\nAda Parén\n076 047 0583 \n\nAlice Önnerheim\n070 922 1301 \n\nLinnea Becker\n076 139 9402 \n\nManne Mönster\n070 948 7839 \n\nHarald Barck-Holst\n076 319 3169 \n\nKontaktinformation till andra delar av sektionen kan du hitta på hemsidans kontakt-sida: https://fsektionen.se/contact/.", "game": "Moose game", "gameDescription":"Kommer snart!", diff --git a/lib/screens/nollning/emergency_contacts.dart b/lib/screens/nollning/emergency_contacts.dart index 3b9c28ba..c4aadb6d 100644 --- a/lib/screens/nollning/emergency_contacts.dart +++ b/lib/screens/nollning/emergency_contacts.dart @@ -72,6 +72,12 @@ class _EmergencyContactsPageState extends State { headerPhoneNumber: t.emergencyNumSeven, headerText: t.emergencyTitleSeven, bodyText: t.emergencyContentSeven, + ), + _EmergencyText( + // Dummy number because this title is different + headerPhoneNumber: "", + headerText: t.emergencyTitleEight, + bodyText: t.emergencyContentEight, ) ], ), From 6e24ad46fe80cac56a992185685e2008201c8170 Mon Sep 17 00:00:00 2001 From: georgelgeback Date: Fri, 7 Aug 2026 07:12:32 +0200 Subject: [PATCH 2/2] Add country code in english to be consistent --- lib/l10n/app_en.arb | 2 +- lib/l10n/app_localizations_en.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/l10n/app_en.arb b/lib/l10n/app_en.arb index 1fe887c9..8c418ab9 100644 --- a/lib/l10n/app_en.arb +++ b/lib/l10n/app_en.arb @@ -372,7 +372,7 @@ "emergencyTitleSeven": " - Information in case of accidents and crises", "emergencyContentSeven": "Sweden's national information number. You can call this number to get information in the event of serious accidents and crises in society.", "emergencyTitleEight": "Föset", - "emergencyContentEight": "If you need to get in touch with a member of the Fös quickly, you can call us on the following numbers. \n\nElina Kazemi-Esfeh\n073 772 5955 \n\nEdith Fållsten\n076 871 7087 \n\nAda Parén\n076 047 0583 \n\nAlice Önnerheim\n070 922 1301 \n\nLinnea Becker\n076 139 9402 \n\nManne Mönster\n070 948 7839 \n\nHarald Barck-Holst\n076 319 3169 \n\nYou can find contact information for other parts of the guild on the website contact page: https://fsektionen.se/contact/.", + "emergencyContentEight": "If you need to get in touch with a member of the Fös quickly, you can call us on the following numbers. \n\nElina Kazemi-Esfeh\n+46737725955 \n\nEdith Fållsten\n+46768717087 \n\nAda Parén\n+46760470583 \n\nAlice Önnerheim\n+46709221301 \n\nLinnea Becker\n+46761399402 \n\nManne Mönster\n+46709487839 \n\nHarald Barck-Holst\n+46763193169 \n\nYou can find contact information for other parts of the guild on the website contact page: https://fsektionen.se/contact/.", "game": "Moose game", "gameDescription":"Coming soon!", diff --git a/lib/l10n/app_localizations_en.dart b/lib/l10n/app_localizations_en.dart index 2195519e..0a6cc770 100644 --- a/lib/l10n/app_localizations_en.dart +++ b/lib/l10n/app_localizations_en.dart @@ -1085,7 +1085,7 @@ class AppLocalizationsEn extends AppLocalizations { @override String get emergencyContentEight => - 'If you need to get in touch with a member of the Fös quickly, you can call us on the following numbers. \n\nElina Kazemi-Esfeh\n073 772 5955 \n\nEdith Fållsten\n076 871 7087 \n\nAda Parén\n076 047 0583 \n\nAlice Önnerheim\n070 922 1301 \n\nLinnea Becker\n076 139 9402 \n\nManne Mönster\n070 948 7839 \n\nHarald Barck-Holst\n076 319 3169 \n\nYou can find contact information for other parts of the guild on the website contact page: https://fsektionen.se/contact/.'; + 'If you need to get in touch with a member of the Fös quickly, you can call us on the following numbers. \n\nElina Kazemi-Esfeh\n+46737725955 \n\nEdith Fållsten\n+46768717087 \n\nAda Parén\n+46760470583 \n\nAlice Önnerheim\n+46709221301 \n\nLinnea Becker\n+46761399402 \n\nManne Mönster\n+46709487839 \n\nHarald Barck-Holst\n+46763193169 \n\nYou can find contact information for other parts of the guild on the website contact page: https://fsektionen.se/contact/.'; @override String get game => 'Moose game';