Skip to content

Commit 8a6f94f

Browse files
home: Add label to bottom navbar icons
1 parent 1699aa5 commit 8a6f94f

22 files changed

+146
-31
lines changed

assets/l10n/app_en.arb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1255,6 +1255,10 @@
12551255
"@wildcardMentionTopicDescription": {
12561256
"description": "Description for \"@topic\" wildcard-mention autocomplete options when writing a channel message."
12571257
},
1258+
"navBarMenuLabel": "Menu",
1259+
"@navBarMenuLabel": {
1260+
"description": "Label for the Menu button on the bottom navigation bar."
1261+
},
12581262
"messageIsEditedLabel": "EDITED",
12591263
"@messageIsEditedLabel": {
12601264
"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
@@ -1833,6 +1833,12 @@ abstract class ZulipLocalizations {
18331833
/// **'Notify topic'**
18341834
String get wildcardMentionTopicDescription;
18351835

1836+
/// Label for the Menu button on the bottom navigation bar.
1837+
///
1838+
/// In en, this message translates to:
1839+
/// **'Menu'**
1840+
String get navBarMenuLabel;
1841+
18361842
/// Label for an edited message. (Use ALL CAPS for cased alphabets: Latin, Greek, Cyrillic, etc.)
18371843
///
18381844
/// 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
@@ -1047,6 +1047,9 @@ class ZulipLocalizationsAr extends ZulipLocalizations {
10471047
@override
10481048
String get wildcardMentionTopicDescription => 'إخطار الموضوع';
10491049

1050+
@override
1051+
String get navBarMenuLabel => 'Menu';
1052+
10501053
@override
10511054
String get messageIsEditedLabel => 'EDITED';
10521055

lib/generated/l10n/zulip_localizations_de.dart

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

1075+
@override
1076+
String get navBarMenuLabel => 'Menu';
1077+
10751078
@override
10761079
String get messageIsEditedLabel => 'BEARBEITET';
10771080

lib/generated/l10n/zulip_localizations_el.dart

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

1050+
@override
1051+
String get navBarMenuLabel => 'Menu';
1052+
10501053
@override
10511054
String get messageIsEditedLabel => 'EDITED';
10521055

lib/generated/l10n/zulip_localizations_en.dart

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

1050+
@override
1051+
String get navBarMenuLabel => 'Menu';
1052+
10501053
@override
10511054
String get messageIsEditedLabel => 'EDITED';
10521055

lib/generated/l10n/zulip_localizations_es.dart

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

1050+
@override
1051+
String get navBarMenuLabel => 'Menu';
1052+
10501053
@override
10511054
String get messageIsEditedLabel => 'EDITED';
10521055

lib/generated/l10n/zulip_localizations_fr.dart

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

1066+
@override
1067+
String get navBarMenuLabel => 'Menu';
1068+
10661069
@override
10671070
String get messageIsEditedLabel => 'EDITED';
10681071

lib/generated/l10n/zulip_localizations_he.dart

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

1050+
@override
1051+
String get navBarMenuLabel => 'Menu';
1052+
10501053
@override
10511054
String get messageIsEditedLabel => 'EDITED';
10521055

lib/generated/l10n/zulip_localizations_hu.dart

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

1050+
@override
1051+
String get navBarMenuLabel => 'Menu';
1052+
10501053
@override
10511054
String get messageIsEditedLabel => 'EDITED';
10521055

0 commit comments

Comments
 (0)