Skip to content

Commit 1342b79

Browse files
home: Add label to bottom navbar icons
1 parent 80f5a85 commit 1342b79

22 files changed

+145
-31
lines changed

assets/l10n/app_en.arb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1247,6 +1247,10 @@
12471247
"@wildcardMentionTopicDescription": {
12481248
"description": "Description for \"@topic\" wildcard-mention autocomplete options when writing a channel message."
12491249
},
1250+
"navBarMenuLabel": "Menu",
1251+
"@navBarMenuLabel": {
1252+
"description": "Label for the Menu button on the bottom navigation bar."
1253+
},
12501254
"messageIsEditedLabel": "EDITED",
12511255
"@messageIsEditedLabel": {
12521256
"description": "Label for an edited message. (Use ALL CAPS for cased alphabets: Latin, Greek, Cyrillic, etc.)"

lib/generated/l10n/zulip_localizations.dart

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1823,6 +1823,12 @@ abstract class ZulipLocalizations {
18231823
/// **'Notify topic'**
18241824
String get wildcardMentionTopicDescription;
18251825

1826+
/// Label for the Menu button on the bottom navigation bar.
1827+
///
1828+
/// In en, this message translates to:
1829+
/// **'Menu'**
1830+
String get navBarMenuLabel;
1831+
18261832
/// Label for an edited message. (Use ALL CAPS for cased alphabets: Latin, Greek, Cyrillic, etc.)
18271833
///
18281834
/// 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
@@ -1041,6 +1041,9 @@ class ZulipLocalizationsAr extends ZulipLocalizations {
10411041
@override
10421042
String get wildcardMentionTopicDescription => 'إخطار الموضوع';
10431043

1044+
@override
1045+
String get navBarMenuLabel => 'Menu';
1046+
10441047
@override
10451048
String get messageIsEditedLabel => 'EDITED';
10461049

lib/generated/l10n/zulip_localizations_de.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1065,6 +1065,9 @@ class ZulipLocalizationsDe extends ZulipLocalizations {
10651065
@override
10661066
String get wildcardMentionTopicDescription => 'Thema benachrichtigen';
10671067

1068+
@override
1069+
String get navBarMenuLabel => 'Menu';
1070+
10681071
@override
10691072
String get messageIsEditedLabel => 'BEARBEITET';
10701073

lib/generated/l10n/zulip_localizations_el.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,6 +1041,9 @@ class ZulipLocalizationsEl extends ZulipLocalizations {
10411041
@override
10421042
String get wildcardMentionTopicDescription => 'Notify topic';
10431043

1044+
@override
1045+
String get navBarMenuLabel => 'Menu';
1046+
10441047
@override
10451048
String get messageIsEditedLabel => 'EDITED';
10461049

lib/generated/l10n/zulip_localizations_en.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,6 +1041,9 @@ class ZulipLocalizationsEn extends ZulipLocalizations {
10411041
@override
10421042
String get wildcardMentionTopicDescription => 'Notify topic';
10431043

1044+
@override
1045+
String get navBarMenuLabel => 'Menu';
1046+
10441047
@override
10451048
String get messageIsEditedLabel => 'EDITED';
10461049

lib/generated/l10n/zulip_localizations_es.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,6 +1041,9 @@ class ZulipLocalizationsEs extends ZulipLocalizations {
10411041
@override
10421042
String get wildcardMentionTopicDescription => 'Notify topic';
10431043

1044+
@override
1045+
String get navBarMenuLabel => 'Menu';
1046+
10441047
@override
10451048
String get messageIsEditedLabel => 'EDITED';
10461049

lib/generated/l10n/zulip_localizations_fr.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1057,6 +1057,9 @@ class ZulipLocalizationsFr extends ZulipLocalizations {
10571057
@override
10581058
String get wildcardMentionTopicDescription => 'Notify topic';
10591059

1060+
@override
1061+
String get navBarMenuLabel => 'Menu';
1062+
10601063
@override
10611064
String get messageIsEditedLabel => 'EDITED';
10621065

lib/generated/l10n/zulip_localizations_he.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,6 +1041,9 @@ class ZulipLocalizationsHe extends ZulipLocalizations {
10411041
@override
10421042
String get wildcardMentionTopicDescription => 'Notify topic';
10431043

1044+
@override
1045+
String get navBarMenuLabel => 'Menu';
1046+
10441047
@override
10451048
String get messageIsEditedLabel => 'EDITED';
10461049

lib/generated/l10n/zulip_localizations_hu.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,6 +1041,9 @@ class ZulipLocalizationsHu extends ZulipLocalizations {
10411041
@override
10421042
String get wildcardMentionTopicDescription => 'Notify topic';
10431043

1044+
@override
1045+
String get navBarMenuLabel => 'Menu';
1046+
10441047
@override
10451048
String get messageIsEditedLabel => 'EDITED';
10461049

0 commit comments

Comments
 (0)