Skip to content

Commit 2f733cc

Browse files
share: Support choosing an account, if there are multiple
Fixes: #1779
1 parent 88c3c9d commit 2f733cc

17 files changed

+125
-16
lines changed

assets/l10n/app_en.arb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1078,6 +1078,10 @@
10781078
"@sharePageTitle": {
10791079
"description": "Title for the page about sharing content received from other apps."
10801080
},
1081+
"shareChooseAccountLabel": "Choose account",
1082+
"@shareChooseAccountLabel": {
1083+
"description": "Label for the page about selecting an account to share content received from other apps."
1084+
},
10811085
"mainMenuMyProfile": "My profile",
10821086
"@mainMenuMyProfile": {
10831087
"description": "Label for main-menu button leading to the user's own profile."

lib/generated/l10n/zulip_localizations.dart

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1591,6 +1591,12 @@ abstract class ZulipLocalizations {
15911591
/// **'Share'**
15921592
String get sharePageTitle;
15931593

1594+
/// Label for the page about selecting an account to share content received from other apps.
1595+
///
1596+
/// In en, this message translates to:
1597+
/// **'Choose account'**
1598+
String get shareChooseAccountLabel;
1599+
15941600
/// Label for main-menu button leading to the user's own profile.
15951601
///
15961602
/// In en, this message translates to:

lib/generated/l10n/zulip_localizations_ar.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -900,6 +900,9 @@ class ZulipLocalizationsAr extends ZulipLocalizations {
900900
@override
901901
String get sharePageTitle => 'Share';
902902

903+
@override
904+
String get shareChooseAccountLabel => 'Choose account';
905+
903906
@override
904907
String get mainMenuMyProfile => 'My profile';
905908

lib/generated/l10n/zulip_localizations_de.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -921,6 +921,9 @@ class ZulipLocalizationsDe extends ZulipLocalizations {
921921
@override
922922
String get sharePageTitle => 'Share';
923923

924+
@override
925+
String get shareChooseAccountLabel => 'Choose account';
926+
924927
@override
925928
String get mainMenuMyProfile => 'Mein Profil';
926929

lib/generated/l10n/zulip_localizations_en.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -900,6 +900,9 @@ class ZulipLocalizationsEn extends ZulipLocalizations {
900900
@override
901901
String get sharePageTitle => 'Share';
902902

903+
@override
904+
String get shareChooseAccountLabel => 'Choose account';
905+
903906
@override
904907
String get mainMenuMyProfile => 'My profile';
905908

lib/generated/l10n/zulip_localizations_fr.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -914,6 +914,9 @@ class ZulipLocalizationsFr extends ZulipLocalizations {
914914
@override
915915
String get sharePageTitle => 'Share';
916916

917+
@override
918+
String get shareChooseAccountLabel => 'Choose account';
919+
917920
@override
918921
String get mainMenuMyProfile => 'My profile';
919922

lib/generated/l10n/zulip_localizations_it.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -915,6 +915,9 @@ class ZulipLocalizationsIt extends ZulipLocalizations {
915915
@override
916916
String get sharePageTitle => 'Share';
917917

918+
@override
919+
String get shareChooseAccountLabel => 'Choose account';
920+
918921
@override
919922
String get mainMenuMyProfile => 'Il mio profilo';
920923

lib/generated/l10n/zulip_localizations_ja.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -897,6 +897,9 @@ class ZulipLocalizationsJa extends ZulipLocalizations {
897897
@override
898898
String get sharePageTitle => 'Share';
899899

900+
@override
901+
String get shareChooseAccountLabel => 'Choose account';
902+
900903
@override
901904
String get mainMenuMyProfile => 'My profile';
902905

lib/generated/l10n/zulip_localizations_nb.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -900,6 +900,9 @@ class ZulipLocalizationsNb extends ZulipLocalizations {
900900
@override
901901
String get sharePageTitle => 'Share';
902902

903+
@override
904+
String get shareChooseAccountLabel => 'Choose account';
905+
903906
@override
904907
String get mainMenuMyProfile => 'My profile';
905908

lib/generated/l10n/zulip_localizations_pl.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -910,6 +910,9 @@ class ZulipLocalizationsPl extends ZulipLocalizations {
910910
@override
911911
String get sharePageTitle => 'Share';
912912

913+
@override
914+
String get shareChooseAccountLabel => 'Choose account';
915+
913916
@override
914917
String get mainMenuMyProfile => 'Mój profil';
915918

0 commit comments

Comments
 (0)