-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
String improvements #4315
String improvements #4315
Conversation
app/src/main/res/values/strings.xml
Outdated
@@ -8,14 +8,14 @@ | |||
<string name="install">Install</string> | |||
<string name="cancel">Cancel</string> | |||
<string name="fdroid_vlc_url" translatable="false">https://f-droid.org/repository/browse/?fdfilter=vlc&fdid=org.videolan.vlc</string> | |||
<string name="open_in_browser">Open in browser</string> | |||
<string name="open_in_browser">Open in web-browser</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.
?
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.
We should keep the old version, because it is shorter and there should be any room for confusion with a file browser.
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.
@TobiGr The problem that arises when there "is any room for confusion" is sometimes you will have specifically "web-browser" as a translation, and other times you end up with specifically "file-browser". Thus removing the desired(?) ambiguity in languages that don't have it.
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.
This context should be clarified through weblate. (I can do that later today)
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.
and there should be any room for confusion
He meant "shouldn't"
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.
Looks like this now:
https://hosted.weblate.org/translate/newpipe/strings/en/?checksum=7f6f1617954bdd58
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 posted a comment to notify all translators, too. @comradekingu Are you okay with that? If yes, I'd suggest to revert your change back to "browser" and merge this pr.
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.
@TobiGr Done. If you can add https://hosted.weblate.org/user/kingu/ as admin in https://hosted.weblate.org/access/newpipe/ I can add source comments and upload screenshots so that no confusion arises. I can announce deadlines for new releases too.
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.
Thank you for the offer. Done.
Btw. do you know, if i can restrict your permissions? I can only choose admin and review. But according to the docs, there should be more groups.
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.
@TobiGr I think those are available as top level (Weblate) admins to do (on Hosted), so only for self-hosted instances. There is "review" access, but I don't think there are any more rights attached to it. I got admin access for the ones in https://hosted.weblate.org/user/kingu/#managed Won't touch anything without approval first :)
Can get the setup working a bit better some time later, right now there isn't fastlane support and a few other things could be better.
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.
Thanks for another contribution! You make NewPipe look more professional and easier to understand.
app/src/main/res/values/strings.xml
Outdated
@@ -8,14 +8,14 @@ | |||
<string name="install">Install</string> | |||
<string name="cancel">Cancel</string> | |||
<string name="fdroid_vlc_url" translatable="false">https://f-droid.org/repository/browse/?fdfilter=vlc&fdid=org.videolan.vlc</string> | |||
<string name="open_in_browser">Open in browser</string> | |||
<string name="open_in_browser">Open in web-browser</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.
We should keep the old version, because it is shorter and there should be any room for confusion with a file browser.
What is it?
Fixes the following issue(s)
Not sure what "Change the download folders to take effect" means…