IOS-86: Edit L10n.Scene.Favorite.title from "Your Favorites" to "Favorites" (#936)

This commit is contained in:
Jed Fox 2023-02-14 16:29:53 -05:00 committed by GitHub
parent 065906c3d1
commit d3bcaa3f01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
16 changed files with 19 additions and 18 deletions

5
.gitignore vendored
View File

@ -132,5 +132,6 @@ env/**/**
vendor/
.bundle/
## IntelliJ IDEA ##
.idea
# IDEs
.idea
.vscode

View File

@ -620,7 +620,7 @@
"intro": "These are the posts gaining traction in your corner of Mastodon."
},
"favorite": {
"title": "Your Favorites"
"title": "Favorites"
},
"notification": {
"title": {

View File

@ -584,7 +584,7 @@
"intro": "These are the posts gaining traction in your corner of Mastodon."
},
"favorite": {
"title": "Your Favorites"
"title": "Favorites"
},
"notification": {
"title": {

View File

@ -584,7 +584,7 @@
"intro": "These are the posts gaining traction in your corner of Mastodon."
},
"favorite": {
"title": "Your Favorites"
"title": "Favorites"
},
"notification": {
"title": {

View File

@ -584,7 +584,7 @@
"intro": "These are the posts gaining traction in your corner of Mastodon."
},
"favorite": {
"title": "Your Favorites"
"title": "Favorites"
},
"notification": {
"title": {

View File

@ -584,7 +584,7 @@
"intro": "These are the posts gaining traction in your corner of Mastodon."
},
"favorite": {
"title": "Your Favorites"
"title": "Favorites"
},
"notification": {
"title": {

View File

@ -584,7 +584,7 @@
"intro": "These are the posts gaining traction in your corner of Mastodon."
},
"favorite": {
"title": "Your Favorites"
"title": "Favorites"
},
"notification": {
"title": {

View File

@ -584,7 +584,7 @@
"intro": "These are the posts gaining traction in your corner of Mastodon."
},
"favorite": {
"title": "Your Favorites"
"title": "Favorites"
},
"notification": {
"title": {

View File

@ -584,7 +584,7 @@
"intro": "These are the posts gaining traction in your corner of Mastodon."
},
"favorite": {
"title": "Your Favorites"
"title": "Favorites"
},
"notification": {
"title": {

View File

@ -584,7 +584,7 @@
"intro": "These are the posts gaining traction in your corner of Mastodon."
},
"favorite": {
"title": "Your Favorites"
"title": "Favorites"
},
"notification": {
"title": {

View File

@ -584,7 +584,7 @@
"intro": "These are the posts gaining traction in your corner of Mastodon."
},
"favorite": {
"title": "Your Favorites"
"title": "Favorites"
},
"notification": {
"title": {

View File

@ -641,7 +641,7 @@
"intro": "These are the posts gaining traction in your corner of Mastodon."
},
"favorite": {
"title": "Your Favorites"
"title": "Favorites"
},
"notification": {
"title": {

View File

@ -193,7 +193,7 @@ uploaded to Mastodon.";
"Scene.ConfirmEmail.Subtitle" = "We just sent an email to %@,
tap the link to confirm your account.";
"Scene.ConfirmEmail.Title" = "One last thing.";
"Scene.Favorite.Title" = "Your Favorites";
"Scene.Favorite.Title" = "Favorites";
"Scene.Hashtag.Prompt" = "%@ people talking";
"Scene.HomeTimeline.NavigationBarState.NewPosts" = "See new posts";
"Scene.HomeTimeline.NavigationBarState.Offline" = "Offline";

View File

@ -710,8 +710,8 @@ public enum L10n {
public static let title = L10n.tr("Localizable", "Scene.Familiarfollowers.Title", fallback: "Followers you familiar")
}
public enum Favorite {
/// Your Favorites
public static let title = L10n.tr("Localizable", "Scene.Favorite.Title", fallback: "Your Favorites")
/// Favorites
public static let title = L10n.tr("Localizable", "Scene.Favorite.Title", fallback: "Favorites")
}
public enum FavoritedBy {
/// Favorited By

View File

@ -254,7 +254,7 @@ uploaded to Mastodon.";
"Scene.Discovery.Tabs.Posts" = "Posts";
"Scene.Familiarfollowers.FollowedByNames" = "Followed by %@";
"Scene.Familiarfollowers.Title" = "Followers you familiar";
"Scene.Favorite.Title" = "Your Favorites";
"Scene.Favorite.Title" = "Favorites";
"Scene.FavoritedBy.Title" = "Favorited By";
"Scene.FollowedTags.Actions.Follow" = "Follow";
"Scene.FollowedTags.Actions.Unfollow" = "Unfollow";

View File

@ -241,7 +241,7 @@ uploaded to Mastodon.";
"Scene.Discovery.Tabs.Posts" = "Posts";
"Scene.Familiarfollowers.FollowedByNames" = "Followed by %@";
"Scene.Familiarfollowers.Title" = "Followers you familiar";
"Scene.Favorite.Title" = "Your Favorites";
"Scene.Favorite.Title" = "Favorites";
"Scene.FavoritedBy.Title" = "Favorited By";
"Scene.FollowedTags.Actions.Follow" = "Follow";
"Scene.FollowedTags.Actions.Unfollow" = "Unfollow";