-
Notifications
You must be signed in to change notification settings - Fork 112
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
Improve strings (2.0) #42
Improve strings (2.0) #42
Conversation
…a00-patches into patch-descriptions
src/main/kotlin/app/revanced/patches/reddit/layout/toolbar/ToolBarButtonPatch.kt
Show resolved
Hide resolved
@@ -20,18 +20,18 @@ | |||
<string name="revanced_change_start_page_entry_home">Home</string> | |||
<string name="revanced_change_start_page_entry_library">Library</string> | |||
<string name="revanced_change_start_page_entry_subscription">Subscriptions</string> | |||
<string name="revanced_change_start_page_summary">Changes the start page of the app.</string> | |||
<string name="revanced_change_start_page_summary">Select which page the app opens in.</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wanted to make this summary match the patch description, but there is an issue.
The new patch description is Adds an option to set which page the app opens in instead of the homepage.
But "instead of the homepage" wouldn't make sense in the summary because one of the radio buttons the user can select is Homepage
. Therefore this summary only partially matches the patch description.
<string name="revanced_ryd_failure_connection_timeout">Dislikes are temporarily unavailable (API timed out).</string> | ||
<string name="revanced_ryd_failure_connection_status_code" formatted="false">Dislikes are unavailable (status %d).</string> | ||
<string name="revanced_ryd_failure_client_rate_limit_requested">Dislikes are unavailable (client API limit reached).</string> | ||
<string name="revanced_ryd_failure_generic">Dislikes are unavailable (%s).</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure if adding the word "are" to these toasts makes them too long. I know that toasts will be truncated if they can't fit on-screen which should be considered.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Notes on YT changes
...kotlin/app/revanced/patches/youtube/fullscreen/fullscreenpanels/HideFullscreenPanelsPatch.kt
Show resolved
Hide resolved
These are strings that will be added to the final build.
|
I believe "shorts" in the summaries should be capitalized for consistency with other toggle descriptions. (I'm guessing the reason why it isn't ever capitalized in toggle titles is bec it messes with lexicographic sorting)
Will this feature be added into the |
It is appropriate to write
Yeah it will be included in the I couldn't find a way to open the playback panel on the Shorts player, so I simply made a patch that applies the playback speed specified in |
For YouTube Music, the following patch/settings have been added. inotia00/ReVanced_Extended#1878 Strings
Patch
|
Wdym? In all other summaries "Shorts" is already capitalized.
Regarding the Also, keep in mind that "Open music" should only be in quotes if the button will say "Open music" as text (meaning it isn't just an icon button). If you are able to provide a screen recording or screenshots along with an explanation of the feature it would be helpful.
I would change the patch name to be more specific regarding which share button it hides, since most people would expect it to be talking about the action bar or flyout panel share button (until they read the description). The toggle title should follow the same reasoning, in addition to the fact that there is already a toggle title named Patch name: Patch description: |
The description of this patch can be found in the following issues: inotia00/ReVanced_Extended#1431 |
To reflect the changes in the private repository (dev branch), I will merge this PR first If you have any additional changes, please open a new PR |
For YouTube, the following patch/settings have been added. inotia00/ReVanced_Extended#1920 Strings
Patch
|
Will this feature work to retain landscape orientation when returning to the app from PiP? Also, can you explain more about the timeout? And what happens if you set it too low or too high? PS: I just got accepted into university and i already missed a few classes bec i applied late so i have a lot of studying to do. I don't think I'll be able to get around to the 80+ YT patches that I haven't changed the strings for. I understand if you dont want to include any of the YT changes i made in order to keep consistency between the YT patches. Edit: too late lol |
The To add a technical explanation for this patch.. I recommend you to apply the patch and test it. |
I think it's more important to keep the patch consistent, but in some cases it may be necessary. |
Okay, I'll check out the patch when I have time.
I apologize for my lack of communication about this possibility until now. It is possible I'll have time to complete the YT changes after project is discontinued, but I'm sure you wouldn't want to re-open the project just to push a release for string updates lol |
For Reddit, the following patch/settings have been added. Remove NSFW warning dialog Patch
Strings
|
Maybe rename the patch to For the patch description, i hope this makes sense:
NSFW strings are good.
|
Hopefully, these are the final changes to Reddit and YT Music.
I'm doing the YT changes on a different branch so it will probably be in a separate PR.Sorry about the commit history. I've no idea what I'm doing :)