Skip to content

New Crowdin updates - #913

Open
Kief5555 wants to merge 144 commits into
devfrom
l10n_dev
Open

Kief5555 wants to merge 144 commits into
devfrom
l10n_dev

Conversation

@Kief5555

Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI lite review requested due to automatic review settings September 12, 2026 08:36
@coderabbitai

coderabbitai Bot commented Sep 12, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Advanced

Run ID: ccfd5efd-0387-4ee0-8f37-bf57de885cc0

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 12, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-12T08:37:32.154296Z 3a3ee4b PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@capy-ai capy-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Capy found no issues.

View 2 other findings in Capy.

Open in Capy

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🔵 Needs a closer look

The tenBitWarning.dismiss translations in 11 locale files are currently ignored.

Pull request overview

Adds tenBitWarning localization entries to Crowdin-managed locale catalogs and normalizes formatting in locales/en.json.

Changes:

  • Adds 10-bit warning strings to 11 locales.
  • Normalizes English catalog indentation.
File summaries
File Change Finding
locales/zh.json Adds warning strings Moderate (1 vote): tenBitWarning.dismiss is ignored due to duplicate qsTr("Got it") lookup.
locales/tr.json Adds warning strings Moderate (1 vote): tenBitWarning.dismiss is ignored due to duplicate qsTr("Got it") lookup.
locales/ru.json Adds warning strings Moderate (1 vote): tenBitWarning.dismiss is ignored due to duplicate qsTr("Got it") lookup.
locales/ro.json Adds warning strings Moderate (1 vote): tenBitWarning.dismiss is ignored due to duplicate qsTr("Got it") lookup.
locales/pl.json Adds warning strings Moderate (1 vote): tenBitWarning.dismiss is ignored due to duplicate qsTr("Got it") lookup.
locales/nl.json Adds warning strings Moderate (1 vote): tenBitWarning.dismiss is ignored due to duplicate qsTr("Got it") lookup.
locales/ko.json Adds warning strings Moderate (1 vote): tenBitWarning.dismiss is ignored due to duplicate qsTr("Got it") lookup.
locales/ja.json Adds warning strings Moderate (1 vote): tenBitWarning.dismiss is ignored due to duplicate qsTr("Got it") lookup.
locales/fr.json Adds warning strings Moderate (1 vote): tenBitWarning.dismiss is ignored due to duplicate qsTr("Got it") lookup.
locales/es.json Adds warning strings Moderate (1 vote): tenBitWarning.dismiss is ignored due to duplicate qsTr("Got it") lookup.
locales/en.json Formatting normalization No final review comment.
locales/de.json Adds warning strings Moderate (1 vote): tenBitWarning.dismiss is ignored due to duplicate qsTr("Got it") lookup.
Review details

Suppressed comments (11)

locales/de.json:6

  • This entry is not selected by the current Qt translation path: TenBitWarningDialog.qml calls qsTr("Got it"), while Localization maps duplicate source text to the first sorted key, releaseHighlights.gotIt, so this tenBitWarning.dismiss value is ignored. Switch the dialog to the key-based I18n.text("tenBitWarning.dismiss") (or make the source text unique) before relying on this translation.
    "dismiss": "Got it"

locales/es.json:6

  • This entry is not selected by the current Qt translation path: TenBitWarningDialog.qml calls qsTr("Got it"), while Localization maps duplicate source text to the first sorted key, releaseHighlights.gotIt, so this tenBitWarning.dismiss value is ignored. Switch the dialog to the key-based I18n.text("tenBitWarning.dismiss") (or make the source text unique) before relying on this translation.
    "dismiss": "Got it"

locales/fr.json:6

  • This entry is not selected by the current Qt translation path: TenBitWarningDialog.qml calls qsTr("Got it"), while Localization maps duplicate source text to the first sorted key, releaseHighlights.gotIt, so this tenBitWarning.dismiss value is ignored. Switch the dialog to the key-based I18n.text("tenBitWarning.dismiss") (or make the source text unique) before relying on this translation.
    "dismiss": "Got it"

locales/ja.json:6

  • This entry is not selected by the current Qt translation path: TenBitWarningDialog.qml calls qsTr("Got it"), while Localization maps duplicate source text to the first sorted key, releaseHighlights.gotIt, so this tenBitWarning.dismiss value is ignored. Switch the dialog to the key-based I18n.text("tenBitWarning.dismiss") (or make the source text unique) before relying on this translation.
    "dismiss": "Got it"

locales/ko.json:6

  • This entry is not selected by the current Qt translation path: TenBitWarningDialog.qml calls qsTr("Got it"), while Localization maps duplicate source text to the first sorted key, releaseHighlights.gotIt, so this tenBitWarning.dismiss value is ignored. Switch the dialog to the key-based I18n.text("tenBitWarning.dismiss") (or make the source text unique) before relying on this translation.
    "dismiss": "Got it"

locales/nl.json:6

  • This entry is not selected by the current Qt translation path: TenBitWarningDialog.qml calls qsTr("Got it"), while Localization maps duplicate source text to the first sorted key, releaseHighlights.gotIt, so this tenBitWarning.dismiss value is ignored. Switch the dialog to the key-based I18n.text("tenBitWarning.dismiss") (or make the source text unique) before relying on this translation.
    "dismiss": "Got it"

locales/pl.json:6

  • This entry is not selected by the current Qt translation path: TenBitWarningDialog.qml calls qsTr("Got it"), while Localization maps duplicate source text to the first sorted key, releaseHighlights.gotIt, so this tenBitWarning.dismiss value is ignored. Switch the dialog to the key-based I18n.text("tenBitWarning.dismiss") (or make the source text unique) before relying on this translation.
    "dismiss": "Got it"

locales/ro.json:6

  • This entry is not selected by the current Qt translation path: TenBitWarningDialog.qml calls qsTr("Got it"), while Localization maps duplicate source text to the first sorted key, releaseHighlights.gotIt, so this tenBitWarning.dismiss value is ignored. Switch the dialog to the key-based I18n.text("tenBitWarning.dismiss") (or make the source text unique) before relying on this translation.
    "dismiss": "Got it"

locales/ru.json:6

  • This entry is not selected by the current Qt translation path: TenBitWarningDialog.qml calls qsTr("Got it"), while Localization maps duplicate source text to the first sorted key, releaseHighlights.gotIt, so this tenBitWarning.dismiss value is ignored. Switch the dialog to the key-based I18n.text("tenBitWarning.dismiss") (or make the source text unique) before relying on this translation.
    "dismiss": "Got it"

locales/tr.json:6

  • This entry is not selected by the current Qt translation path: TenBitWarningDialog.qml calls qsTr("Got it"), while Localization maps duplicate source text to the first sorted key, releaseHighlights.gotIt, so this tenBitWarning.dismiss value is ignored. Switch the dialog to the key-based I18n.text("tenBitWarning.dismiss") (or make the source text unique) before relying on this translation.
    "dismiss": "Got it"

locales/zh.json:6

  • This entry is not selected by the current Qt translation path: TenBitWarningDialog.qml calls qsTr("Got it"), while Localization maps duplicate source text to the first sorted key, releaseHighlights.gotIt, so this tenBitWarning.dismiss value is ignored. Switch the dialog to the key-based I18n.text("tenBitWarning.dismiss") (or make the source text unique) before relying on this translation.
    "dismiss": "Got it"
  • Files reviewed: 11/12 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

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.

2 participants