Skip to content

Commit 2667b7f

Browse files
rajveermalviyachrisbobbe
authored andcommitted
share: Support choosing an account, if there are multiple
Fixes: #1779
1 parent f4b29a6 commit 2667b7f

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
@@ -1082,6 +1082,10 @@
10821082
"@sharePageTitle": {
10831083
"description": "Title for the page about sharing content received from other apps."
10841084
},
1085+
"shareChooseAccountLabel": "Choose account",
1086+
"@shareChooseAccountLabel": {
1087+
"description": "Label for the page about selecting an account to share content received from other apps."
1088+
},
10851089
"mainMenuMyProfile": "My profile",
10861090
"@mainMenuMyProfile": {
10871091
"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
@@ -1597,6 +1597,12 @@ abstract class ZulipLocalizations {
15971597
/// **'Share'**
15981598
String get sharePageTitle;
15991599

1600+
/// Label for the page about selecting an account to share content received from other apps.
1601+
///
1602+
/// In en, this message translates to:
1603+
/// **'Choose account'**
1604+
String get shareChooseAccountLabel;
1605+
16001606
/// Label for main-menu button leading to the user's own profile.
16011607
///
16021608
/// 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
@@ -903,6 +903,9 @@ class ZulipLocalizationsAr extends ZulipLocalizations {
903903
@override
904904
String get sharePageTitle => 'Share';
905905

906+
@override
907+
String get shareChooseAccountLabel => 'Choose account';
908+
906909
@override
907910
String get mainMenuMyProfile => 'My profile';
908911

lib/generated/l10n/zulip_localizations_de.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -926,6 +926,9 @@ class ZulipLocalizationsDe extends ZulipLocalizations {
926926
@override
927927
String get sharePageTitle => 'Teilen';
928928

929+
@override
930+
String get shareChooseAccountLabel => 'Choose account';
931+
929932
@override
930933
String get mainMenuMyProfile => 'Mein Profil';
931934

lib/generated/l10n/zulip_localizations_en.dart

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

906+
@override
907+
String get shareChooseAccountLabel => 'Choose account';
908+
906909
@override
907910
String get mainMenuMyProfile => 'My profile';
908911

lib/generated/l10n/zulip_localizations_fr.dart

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

920+
@override
921+
String get shareChooseAccountLabel => 'Choose account';
922+
920923
@override
921924
String get mainMenuMyProfile => 'My profile';
922925

lib/generated/l10n/zulip_localizations_it.dart

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

921+
@override
922+
String get shareChooseAccountLabel => 'Choose account';
923+
921924
@override
922925
String get mainMenuMyProfile => 'Il mio profilo';
923926

lib/generated/l10n/zulip_localizations_ja.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -882,6 +882,9 @@ class ZulipLocalizationsJa extends ZulipLocalizations {
882882
@override
883883
String get sharePageTitle => '共有';
884884

885+
@override
886+
String get shareChooseAccountLabel => 'Choose account';
887+
885888
@override
886889
String get mainMenuMyProfile => '自分のプロフィール';
887890

lib/generated/l10n/zulip_localizations_nb.dart

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

906+
@override
907+
String get shareChooseAccountLabel => 'Choose account';
908+
906909
@override
907910
String get mainMenuMyProfile => 'My profile';
908911

lib/generated/l10n/zulip_localizations_pl.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -917,6 +917,9 @@ class ZulipLocalizationsPl extends ZulipLocalizations {
917917
@override
918918
String get sharePageTitle => 'Udostępnij';
919919

920+
@override
921+
String get shareChooseAccountLabel => 'Choose account';
922+
920923
@override
921924
String get mainMenuMyProfile => 'Mój profil';
922925

0 commit comments

Comments
 (0)