@@ -1415,6 +1415,36 @@ abstract class ZulipLocalizations {
14151415 /// **'This poll has no options yet.'**
14161416 String get pollWidgetOptionsMissing;
14171417
1418+ /// Title of setting controlling initial anchor of message list.
1419+ ///
1420+ /// In en, this message translates to:
1421+ /// **'Open message feeds at'**
1422+ String get initialAnchorSettingTitle;
1423+
1424+ /// Description of setting controlling initial anchor of message list.
1425+ ///
1426+ /// In en, this message translates to:
1427+ /// **'You can choose whether message feeds open at your first unread message or at the newest messages.'**
1428+ String get initialAnchorSettingDescription;
1429+
1430+ /// Label for a value of setting controlling initial anchor of message list.
1431+ ///
1432+ /// In en, this message translates to:
1433+ /// **'First unread message'**
1434+ String get initialAnchorSettingFirstUnreadAlways;
1435+
1436+ /// Label for a value of setting controlling initial anchor of message list.
1437+ ///
1438+ /// In en, this message translates to:
1439+ /// **'First unread message in single conversations, newest message elsewhere'**
1440+ String get initialAnchorSettingFirstUnreadConversations;
1441+
1442+ /// Label for a value of setting controlling initial anchor of message list.
1443+ ///
1444+ /// In en, this message translates to:
1445+ /// **'Newest message'**
1446+ String get initialAnchorSettingNewestAlways;
1447+
14181448 /// Title of settings page for experimental, in-development features
14191449 ///
14201450 /// In en, this message translates to:
0 commit comments