Skip to content

i18n - translations#18578

Merged
charlesBochet merged 2 commits intomainfrom
i18n
Mar 12, 2026
Merged

i18n - translations#18578
charlesBochet merged 2 commits intomainfrom
i18n

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Created by Github action

Copy link
Copy Markdown
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.

@charlesBochet charlesBochet merged commit f19fcd0 into main Mar 12, 2026
12 checks passed
@charlesBochet charlesBochet deleted the i18n branch March 12, 2026 12:23
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

2 issues found across 62 files

Prompt for AI agents (unresolved issues)

Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name="packages/twenty-server/src/engine/core-modules/i18n/locales/zh-CN.po">

<violation number="1" location="packages/twenty-server/src/engine/core-modules/i18n/locales/zh-CN.po:1208">
P3: This new zh-CN translation key is still untranslated (`msgstr ""`), so users will see English text instead of Chinese.</violation>
</file>

<file name="packages/twenty-server/src/engine/core-modules/i18n/locales/uk-UA.po">

<violation number="1" location="packages/twenty-server/src/engine/core-modules/i18n/locales/uk-UA.po:1213">
P2: This updated message is missing a Ukrainian translation (`msgstr ""`), causing untranslated output for `uk-UA` users.</violation>
</file>

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.

Comment on lines +1213 to 1214
msgid "Exactly one of workflowVersionId, frontComponentUniversalIdentifier or engineComponentKey is required"
msgstr ""
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai bot Mar 12, 2026

Choose a reason for hiding this comment

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

P2: This updated message is missing a Ukrainian translation (msgstr ""), causing untranslated output for uk-UA users.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At packages/twenty-server/src/engine/core-modules/i18n/locales/uk-UA.po, line 1213:

<comment>This updated message is missing a Ukrainian translation (`msgstr ""`), causing untranslated output for `uk-UA` users.</comment>

<file context>
@@ -1203,14 +1203,14 @@ msgstr "Помилка"
+#. js-lingui-id: ucm3bq
 #: src/engine/workspace-manager/workspace-migration/workspace-migration-builder/validators/services/flat-command-menu-item-validator.service.ts
-msgid "Exactly one of workflowVersionId or frontComponentUniversalIdentifier is required"
+msgid "Exactly one of workflowVersionId, frontComponentUniversalIdentifier or engineComponentKey is required"
 msgstr ""
 
</file context>
Suggested change
msgid "Exactly one of workflowVersionId, frontComponentUniversalIdentifier or engineComponentKey is required"
msgstr ""
msgid "Exactly one of workflowVersionId, frontComponentUniversalIdentifier or engineComponentKey is required"
msgstr "Потрібно вказати рівно одне: workflowVersionId, frontComponentUniversalIdentifier або engineComponentKey"
Fix with Cubic

Comment on lines +1208 to 1209
msgid "Exactly one of workflow version, front component or engine component key is required"
msgstr ""
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai bot Mar 12, 2026

Choose a reason for hiding this comment

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

P3: This new zh-CN translation key is still untranslated (msgstr ""), so users will see English text instead of Chinese.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At packages/twenty-server/src/engine/core-modules/i18n/locales/zh-CN.po, line 1208:

<comment>This new zh-CN translation key is still untranslated (`msgstr ""`), so users will see English text instead of Chinese.</comment>

<file context>
@@ -1203,14 +1203,14 @@ msgstr "错误"
+#. js-lingui-id: gyqLlt
 #: src/engine/workspace-manager/workspace-migration/workspace-migration-builder/validators/services/flat-command-menu-item-validator.service.ts
-msgid "Exactly one of workflow version or front component is required"
+msgid "Exactly one of workflow version, front component or engine component key is required"
 msgstr ""
 
</file context>
Suggested change
msgid "Exactly one of workflow version, front component or engine component key is required"
msgstr ""
msgid "Exactly one of workflow version, front component or engine component key is required"
msgstr "必须提供且仅能提供 workflow version、front component 或 engine component key 之一"
Fix with Cubic

@github-actions
Copy link
Copy Markdown
Contributor Author

Fails
🚫

node failed.

Log

Details
�[31mError: �[39m SyntaxError: Unexpected end of JSON input
    at JSON.parse (<anonymous>)
�[90m    at parseJSONFromBytes (node:internal/deps/undici/undici:4255:19)�[39m
�[90m    at successSteps (node:internal/deps/undici/undici:6902:27)�[39m
�[90m    at readAllBytes (node:internal/deps/undici/undici:5825:13)�[39m
�[90m    at process.processTicksAndRejections (node:internal/process/task_queues:104:5)�[39m
danger-results://tmp/danger-results-eab9d6da.json

Generated by 🚫 dangerJS against e1cade9

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