Skip to content

[CROWDIN] - New translations#447

Open
github-actions[bot] wants to merge 1 commit intomainfrom
crowdin_translations
Open

[CROWDIN] - New translations#447
github-actions[bot] wants to merge 1 commit intomainfrom
crowdin_translations

Conversation

@github-actions
Copy link
Copy Markdown

New Crowdin pull request with translations

@github-actions github-actions bot force-pushed the crowdin_translations branch 7 times, most recently from 0ab410b to c1f8ab7 Compare November 1, 2024 20:07
@github-actions github-actions bot force-pushed the crowdin_translations branch 8 times, most recently from ba00a68 to dbfd485 Compare November 9, 2024 20:06
@github-actions github-actions bot force-pushed the crowdin_translations branch 7 times, most recently from aee3958 to 64704c4 Compare November 16, 2024 20:06
@github-actions github-actions bot force-pushed the crowdin_translations branch 7 times, most recently from edffa06 to 45e16d2 Compare November 23, 2024 20:06
@github-actions github-actions bot force-pushed the crowdin_translations branch from 45e16d2 to b070a83 Compare November 24, 2024 20:07
@github-actions github-actions bot force-pushed the crowdin_translations branch 8 times, most recently from 0cc41e3 to 3f9eeae Compare December 24, 2024 20:06
@github-actions github-actions bot force-pushed the crowdin_translations branch 8 times, most recently from 445c72d to 1ad3144 Compare January 1, 2025 20:06
@github-actions github-actions bot force-pushed the crowdin_translations branch 2 times, most recently from 9443965 to 61c6572 Compare January 3, 2025 20:07
cursor[bot]

This comment was marked as outdated.

cursor[bot]

This comment was marked as outdated.

cursor[bot]

This comment was marked as outdated.

cursor[bot]

This comment was marked as outdated.

cursor[bot]

This comment was marked as outdated.

cursor[bot]

This comment was marked as outdated.

cursor[bot]

This comment was marked as outdated.

cursor[bot]

This comment was marked as outdated.

cursor[bot]

This comment was marked as outdated.

Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Bug: Czech Localization Errors Impact Pluralization

The Czech translation file (django.po) introduces multiple localization issues. The Plural-Forms rule is incorrectly simplified, declaring 4 forms but only providing logic for 3, and omitting decimal number checks, leading to incorrect pluralization for numbers (especially 2-4) and fractional values. The language code also changed from 'cs' to 'cs_CZ', potentially breaking language detection. Additionally, many msgstr entries were emptied, resulting in untranslated UI elements.

locale/cs/LC_MESSAGES/django.po#L8-L13

"Language-Team: Czech\n"
"Language: cs_CZ\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n"

Fix in Cursor


Was this report helpful? Give feedback by reacting with 👍 or 👎

@sonarqubecloud
Copy link
Copy Markdown

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