From 3978d89c7ad74f001e725b99883e25b7b3590adb Mon Sep 17 00:00:00 2001 From: EffBureau <73148947+EffBureau@users.noreply.github.com> Date: Mon, 11 Sep 2023 14:22:56 -0400 Subject: [PATCH] =?UTF-8?q?#807=20Change=20Rubik=20link=20to=20Horaire?= =?UTF-8?q?=C3=89TS=20(#830)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * #807 Change schedule generator link * #807 Change schedule generator quick link I10n strings * [BOT] Applying version. * #807 Change HoraireÉTS to HorairÉTS in i10n strings * [BOT] Applying version. * [BOT] Applying version. * [BOT] Applying version. --------- Co-authored-by: EffBureau Co-authored-by: Xavier Paquet-Rapold <80051842+XavierPaquet-Rapold@users.noreply.github.com> Co-authored-by: XavierPaquet-Rapold --- l10n/intl_en.arb | 2 +- l10n/intl_fr.arb | 2 +- lib/core/constants/quick_links.dart | 2 +- pubspec.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/l10n/intl_en.arb b/l10n/intl_en.arb index 1de411fe8..b1216dac3 100644 --- a/l10n/intl_en.arb +++ b/l10n/intl_en.arb @@ -163,7 +163,7 @@ "ets_moodle_title": "Moodle", "ets_directory_title": "Directory", "ets_heuristique_title": "L'heuristique", - "ets_schedule_generator": "Rubik", + "ets_schedule_generator": "HorairÉTS", "ets_gus": "GUS", "ets_papercut_title":"PaperCut", diff --git a/l10n/intl_fr.arb b/l10n/intl_fr.arb index 2b48ccd5d..c4b8c0a4d 100644 --- a/l10n/intl_fr.arb +++ b/l10n/intl_fr.arb @@ -163,7 +163,7 @@ "ets_moodle_title": "Moodle", "ets_directory_title": "Bottin", "ets_heuristique_title": "L'heuristique", - "ets_schedule_generator": "Rubik", + "ets_schedule_generator": "HorairÉTS", "ets_gus": "GUS", "ets_papercut_title":"PaperCut", diff --git a/lib/core/constants/quick_links.dart b/lib/core/constants/quick_links.dart index e6acff0d6..819979296 100644 --- a/lib/core/constants/quick_links.dart +++ b/lib/core/constants/quick_links.dart @@ -64,7 +64,7 @@ List quickLinks(AppIntl intl) => [ color: AppTheme.etsLightRed, size: 64, ), - link: 'http://rubik.clubnaova.ca/'), + link: 'https://horairets.emmanuelcoulombe.dev/'), QuickLink( name: intl.ets_gus, image: SvgPicture.asset('assets/images/ic_gus_red.svg', diff --git a/pubspec.yaml b/pubspec.yaml index 5703b4d7c..8d2398ac3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ description: The 4th generation of ÉTSMobile, the main gateway between the Éco # pub.dev using `pub publish`. This is preferred for private packages. publish_to: 'none' # Remove this line if you wish to publish to pub.dev -version: 4.25.0+1 +version: 4.25.1+1 environment: sdk: ">=2.10.0 <3.0.0"