Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nickname setting and "Delete all favorites" button #1473

Merged
merged 5 commits into from
Dec 7, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Localization
Sjmarf committed Dec 2, 2024
commit bd2116303b40415d724a948518d6cb737cffe24c
66 changes: 62 additions & 4 deletions Mlem/Localizable.xcstrings
Original file line number Diff line number Diff line change
@@ -200,7 +200,14 @@

},
"Are you sure you want to delete all community favorites for this account? This cannot be undone." : {

"localizations" : {
"en-GB" : {
"stringUnit" : {
"state" : "translated",
"value" : "Are you sure you want to delete all community favourites for this account? This cannot be undone."
}
}
}
},
"Ask to confirm every time" : {

@@ -457,7 +464,14 @@

},
"Delete Community Favorites" : {

"localizations" : {
"en-GB" : {
"stringUnit" : {
"state" : "translated",
"value" : "Delete Community Favourites"
}
}
}
},
"Delete posts and comments" : {

@@ -1738,10 +1752,54 @@

},
"You have favorited %lld communities on this account." : {

"localizations" : {
"en" : {
"variations" : {
"plural" : {
"one" : {
"stringUnit" : {
"state" : "translated",
"value" : "You have favorited %lld community on this account."
}
},
"other" : {
"stringUnit" : {
"state" : "new",
"value" : "You have favorited %lld communities on this account."
}
}
}
}
},
"en-GB" : {
"variations" : {
"plural" : {
"one" : {
"stringUnit" : {
"state" : "translated",
"value" : "You have favourited %lld community on this account."
}
},
"other" : {
"stringUnit" : {
"state" : "translated",
"value" : "You have favourited %lld communities on this account."
}
}
}
}
}
}
},
"You have not favorited any communities on this account." : {

"localizations" : {
"en-GB" : {
"stringUnit" : {
"state" : "translated",
"value" : "You have not favourited any communities on this account."
}
}
}
},
"You may need to allow Mlem to access your Photo Library in System Settings." : {