Skip to content

close #112: correcting camel case to sentence case #115

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ndrwnaguib
Copy link
Collaborator

No description provided.

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR standardizes language strings for the Online Judge plugin by converting them from title/camel case to sentence case.

  • Converted various string labels and messages to sentence case
  • Updated upgrade notification and event strings for consistency
  • Adjusted status messages to follow sentence casing
Comments suppressed due to low confidence (4)

lang/en/local_onlinejudge.php:83

  • The unit in parentheses should be plural to match 'seconds'. Consider changing to '(seconds)'.
$string['judgecheckinterval'] = 'Judge daemon check interval (second)';

lang/en/local_onlinejudge.php:106

  • Grammar update: change to 'Memory-limit exceeded' for correct past participle form and sentence case.
$string['status5'] = 'Memory-Limit exceed';

lang/en/local_onlinejudge.php:107

  • Grammar update: change to 'Output-limit exceeded' to maintain consistency with past participle form.
$string['status6'] = 'Output-Limit exceed';

lang/en/local_onlinejudge.php:111

  • Grammar update: change to 'Time-limit exceeded' for correct verb tense and consistency.
$string['status10'] = 'Time-limit exceed';

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.

1 participant