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

Add new strings for new discussion thread extras #786

Merged
merged 5 commits into from
Dec 6, 2024

Conversation

@hhovhannes hhovhannes changed the title Add new strings for warning [wip] Add new strings for new discussion thread extras Nov 20, 2024
Copy link
Contributor

@vanilla-dbarbier vanilla-dbarbier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes!

Copy link
Contributor

@s-francis s-francis left a 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

Comment on lines 2507 to 2512






Copy link
Contributor

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.';
Copy link
Contributor

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"?

Copy link
Contributor Author

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.

@@ -1799,6 +1804,7 @@
$Definition['Subscriber'] = 'Subscriber';
$Definition['Success'] = 'Success';
$Definition['Success!'] = 'Success!';
$Definition['Success! User has been warned.'] = 'Success! User has been warned.';
Copy link
Contributor

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

$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.";
Copy link
Contributor

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

$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?";
Copy link
Contributor

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

@hhovhannes hhovhannes requested a review from s-francis December 6, 2024 15:04
Copy link
Contributor

@s-francis s-francis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@hhovhannes hhovhannes merged commit b87173c into transifex Dec 6, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants