Skip to content

fix: Correct capitalization in English source string#508

Open
AnujRewar wants to merge 1 commit intowikimedia:developfrom
AnujRewar:fix-swedish-translation-capitalization
Open

fix: Correct capitalization in English source string#508
AnujRewar wants to merge 1 commit intowikimedia:developfrom
AnujRewar:fix-swedish-translation-capitalization

Conversation

@AnujRewar
Copy link

@AnujRewar AnujRewar commented Aug 20, 2025

Fixed capitalization in source translation string

Description

Fixed incorrect capitalization in the source English translation string. The word "it" after a comma should not be capitalized in English unless it's the start of a new sentence or a proper noun.

Before: "Create a copy of a course, It should be considered as a new course"
After: "Create a copy of a course, it should be considered as a new course"

This change ensures proper English grammar and provides a correct base string for all language translations.

Supporting information

Testing instructions

  1. Verify the source string change in the translation files
  2. Recompile translations: django-admin compilemessages -l sv (and other languages if needed)
  3. Confirm the change propagates to all translated versions

Deadline

None

Other information

This change improves the base translation string, which will benefit all language translations derived from it.

- Fixed capitalization after comma in Swedish translation
- Changed 'Den' to 'den' in 'Create a copy of a course' message
- Addresses translation issue wikimedia#246
@AnujRewar AnujRewar closed this Aug 21, 2025
@AnujRewar AnujRewar reopened this Aug 21, 2025
@AnujRewar AnujRewar closed this Aug 21, 2025
@AnujRewar AnujRewar deleted the fix-swedish-translation-capitalization branch August 21, 2025 01:34
@AnujRewar AnujRewar changed the title fix: correct capitalization in Swedish translation fix: Correct capitalization in English source string Aug 21, 2025
@AnujRewar AnujRewar restored the fix-swedish-translation-capitalization branch August 21, 2025 01:42
@AnujRewar AnujRewar reopened this Aug 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant