-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add new strings for new discussion thread extras #786
Conversation
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.
Yes!
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.
Added some suggestions for your review
tx-source/site_core.php
Outdated
|
||
|
||
|
||
|
||
|
||
|
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.
can we have this extra lines removed
@@ -484,6 +484,7 @@ | |||
$Definition['Connect your profile to social networks.'] = 'Connect your profile to social networks to share activity with your friends and followers.'; | |||
$Definition['Contact Us'] = 'Contact Us'; | |||
$Definition['Content'] = 'Content'; | |||
$Definition['Content from Ignored User.'] = 'Content from Ignored User.'; |
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.
why is "from" small cased? should it be "From"?
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 is correct per Sarah's feedback, see the article https://prowritingaid.com/list-of-words-not-capitalized-in-titles . The rest is addressed.
tx-source/site_core.php
Outdated
@@ -1799,6 +1804,7 @@ | |||
$Definition['Subscriber'] = 'Subscriber'; | |||
$Definition['Success'] = 'Success'; | |||
$Definition['Success!'] = 'Success!'; | |||
$Definition['Success! User has been warned.'] = 'Success! User has been warned.'; |
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.
Shouldn't this be split
tx-source/site_core.php
Outdated
$Definition["You don't have the close permission on the following discussions:"] = "You don't have the close permission on the following discussions:"; | ||
$Definition["You don't have the delete permission on the following discussions:"] = "You don't have the delete permission on the following discussions:"; | ||
$Definition["You don't have required permission to warn selected comments."] = "You don't have required permission to warn selected comments."; | ||
$Definition["Only one user may be warned at a time. Make sure all selected comments are from the same user to proceed with bulk warning."] = "Only one user may be warned at a time. Make sure all selected comments are from the same user to proceed with bulk warning."; |
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 think this should be split as well into two different definitions
tx-source/site_core.php
Outdated
$Definition["View New Post"] = "View New Post"; | ||
$Definition["Posts have been deleted."] = "Posts have been deleted."; | ||
$Definition["Delete Posts"] = "Delete Posts"; | ||
$Definition["You are about to delete <0/> posts. These posts will remain in the change log. Are you sure you want to continue?"] = "You are about to delete <0/> posts. These posts will remain in the change log. Are you sure you want to continue?"; |
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 should split as well
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.
LGTM 👍
Original PRs
https://github.com/vanilla/vanilla-cloud/pull/8411
https://github.com/vanilla/vanilla-cloud/pull/8468
https://github.com/vanilla/vanilla-cloud/pull/8458
https://github.com/vanilla/vanilla-cloud/pull/8493
https://github.com/vanilla/vanilla-cloud/pull/8531