Skip to content

Commit 1dc1fb7

Browse files
home: Show current organization's name and logo atop main menu
Fixes: #1037
1 parent 8eacf19 commit 1dc1fb7

21 files changed

+121
-105
lines changed

assets/l10n/app_en.arb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@
3939
"@settingsPageTitle": {
4040
"description": "Title for the settings page."
4141
},
42-
"switchAccountButton": "Switch account",
43-
"@switchAccountButton": {
44-
"description": "Label for main-menu button leading to the choose-account page."
45-
},
4642
"tryAnotherAccountMessage": "Your account at {url} is taking a while to load.",
4743
"@tryAnotherAccountMessage": {
4844
"description": "Message that appears on the loading screen after waiting for some time.",

lib/generated/l10n/zulip_localizations.dart

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -199,12 +199,6 @@ abstract class ZulipLocalizations {
199199
/// **'Settings'**
200200
String get settingsPageTitle;
201201

202-
/// Label for main-menu button leading to the choose-account page.
203-
///
204-
/// In en, this message translates to:
205-
/// **'Switch account'**
206-
String get switchAccountButton;
207-
208202
/// Message that appears on the loading screen after waiting for some time.
209203
///
210204
/// In en, this message translates to:

lib/generated/l10n/zulip_localizations_ar.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ class ZulipLocalizationsAr extends ZulipLocalizations {
4040
@override
4141
String get settingsPageTitle => 'الإعدادات';
4242

43-
@override
44-
String get switchAccountButton => 'تبديل الحساب';
45-
4643
@override
4744
String tryAnotherAccountMessage(Object url) {
4845
return 'Your account at $url is taking a while to load.';

lib/generated/l10n/zulip_localizations_de.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ class ZulipLocalizationsDe extends ZulipLocalizations {
4040
@override
4141
String get settingsPageTitle => 'Einstellungen';
4242

43-
@override
44-
String get switchAccountButton => 'Konto wechseln';
45-
4643
@override
4744
String tryAnotherAccountMessage(Object url) {
4845
return 'Dein Account bei $url benötigt einige Zeit zum Laden.';

lib/generated/l10n/zulip_localizations_el.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ class ZulipLocalizationsEl extends ZulipLocalizations {
4040
@override
4141
String get settingsPageTitle => 'Settings';
4242

43-
@override
44-
String get switchAccountButton => 'Switch account';
45-
4643
@override
4744
String tryAnotherAccountMessage(Object url) {
4845
return 'Your account at $url is taking a while to load.';

lib/generated/l10n/zulip_localizations_en.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ class ZulipLocalizationsEn extends ZulipLocalizations {
4040
@override
4141
String get settingsPageTitle => 'Settings';
4242

43-
@override
44-
String get switchAccountButton => 'Switch account';
45-
4643
@override
4744
String tryAnotherAccountMessage(Object url) {
4845
return 'Your account at $url is taking a while to load.';

lib/generated/l10n/zulip_localizations_es.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ class ZulipLocalizationsEs extends ZulipLocalizations {
4040
@override
4141
String get settingsPageTitle => 'Settings';
4242

43-
@override
44-
String get switchAccountButton => 'Switch account';
45-
4643
@override
4744
String tryAnotherAccountMessage(Object url) {
4845
return 'Your account at $url is taking a while to load.';

lib/generated/l10n/zulip_localizations_fr.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ class ZulipLocalizationsFr extends ZulipLocalizations {
4141
@override
4242
String get settingsPageTitle => 'Paramètres';
4343

44-
@override
45-
String get switchAccountButton => 'Changer de compte';
46-
4744
@override
4845
String tryAnotherAccountMessage(Object url) {
4946
return 'Votre compte à $url prend du temps à se charger.';

lib/generated/l10n/zulip_localizations_he.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ class ZulipLocalizationsHe extends ZulipLocalizations {
4040
@override
4141
String get settingsPageTitle => 'Settings';
4242

43-
@override
44-
String get switchAccountButton => 'Switch account';
45-
4643
@override
4744
String tryAnotherAccountMessage(Object url) {
4845
return 'Your account at $url is taking a while to load.';

lib/generated/l10n/zulip_localizations_hu.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ class ZulipLocalizationsHu extends ZulipLocalizations {
4040
@override
4141
String get settingsPageTitle => 'Settings';
4242

43-
@override
44-
String get switchAccountButton => 'Switch account';
45-
4643
@override
4744
String tryAnotherAccountMessage(Object url) {
4845
return 'Your account at $url is taking a while to load.';

0 commit comments

Comments
 (0)