Rename second tab to “Search and Explore”

This commit is contained in:
Jed Fox 2022-11-30 09:09:24 -05:00
parent 7aed050ded
commit 2003e4987c
No known key found for this signature in database
GPG Key ID: 0B61D18EA54B47E1
5 changed files with 6 additions and 6 deletions

View File

@ -95,7 +95,7 @@
},
"tabs": {
"home": "Home",
"search": "Search",
"search_and_explore": "Search and Explore",
"notifications": "Notifications",
"profile": "Profile"
},

View File

@ -95,7 +95,7 @@
},
"tabs": {
"home": "Home",
"search": "Search",
"search_and_explore": "Search and Explore",
"notifications": "Notifications",
"profile": "Profile"
},

View File

@ -61,7 +61,7 @@ class MainTabBarController: UITabBarController {
var title: String {
switch self {
case .home: return L10n.Common.Controls.Tabs.home
case .search: return L10n.Common.Controls.Tabs.search
case .search: return L10n.Common.Controls.Tabs.searchAndExplore
case .compose: return L10n.Common.Controls.Actions.compose
case .notifications: return L10n.Common.Controls.Tabs.notifications
case .me: return L10n.Common.Controls.Tabs.profile

View File

@ -370,8 +370,8 @@ public enum L10n {
public static let notifications = L10n.tr("Localizable", "Common.Controls.Tabs.Notifications", fallback: "Notifications")
/// Profile
public static let profile = L10n.tr("Localizable", "Common.Controls.Tabs.Profile", fallback: "Profile")
/// Search
public static let search = L10n.tr("Localizable", "Common.Controls.Tabs.Search", fallback: "Search")
/// Search and Explore
public static let searchAndExplore = L10n.tr("Localizable", "Common.Controls.Tabs.SearchAndExplore", fallback: "Search and Explore")
}
public enum Timeline {
/// Filtered

View File

@ -133,7 +133,7 @@ Please check your internet connection.";
"Common.Controls.Tabs.Home" = "Home";
"Common.Controls.Tabs.Notifications" = "Notifications";
"Common.Controls.Tabs.Profile" = "Profile";
"Common.Controls.Tabs.Search" = "Search";
"Common.Controls.Tabs.SearchAndExplore" = "Search and Explore";
"Common.Controls.Timeline.Filtered" = "Filtered";
"Common.Controls.Timeline.Header.BlockedWarning" = "You cant view this users profile
until they unblock you.";