Merged
Conversation
Contributor
There was a problem hiding this comment.
Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.
Contributor
There was a problem hiding this comment.
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 "" |
Contributor
There was a problem hiding this comment.
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" |
Comment on lines
+1208
to
1209
| msgid "Exactly one of workflow version, front component or engine component key is required" | ||
| msgstr "" |
Contributor
There was a problem hiding this comment.
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 之一" |
Contributor
Author
LogDetails |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Created by Github action