Conversation
Greptile OverviewGreptile SummaryThis PR is an automated translation compilation that adds 8 new translation strings for fields widget validation and removes duplicate entries across all 31 supported locales. Changes:
Translation Status:
Confidence Score: 5/5
Important Files Changed
Last reviewed commit: f0b6186 |
There was a problem hiding this comment.
4 issues found across 62 files
Prompt for AI agents (all issues)
Check if these issues are valid — if so, understand the root cause of each and fix them.
<file name="packages/twenty-server/src/engine/core-modules/i18n/locales/tr-TR.po">
<violation number="1" location="packages/twenty-server/src/engine/core-modules/i18n/locales/tr-TR.po:748">
P2: New Turkish locale strings were added without translations (msgstr is empty), so users will see untranslated messages. Provide Turkish translations for the new msgids.</violation>
</file>
<file name="packages/twenty-server/src/engine/core-modules/i18n/locales/ko-KR.po">
<violation number="1" location="packages/twenty-server/src/engine/core-modules/i18n/locales/ko-KR.po:748">
P3: New Korean translations were added with empty msgstr values, which will cause ko-KR users to see English fallback strings. Please provide localized translations for these new messages.</violation>
</file>
<file name="packages/twenty-server/src/engine/core-modules/i18n/locales/zh-TW.po">
<violation number="1" location="packages/twenty-server/src/engine/core-modules/i18n/locales/zh-TW.po:748">
P2: New zh-TW translations are added with empty msgstr values, leaving these user-facing errors untranslated. Provide localized strings for the new entries.</violation>
</file>
<file name="packages/twenty-server/src/engine/core-modules/i18n/locales/ja-JP.po">
<violation number="1" location="packages/twenty-server/src/engine/core-modules/i18n/locales/ja-JP.po:748">
P2: New Japanese locale strings were added without translations (empty msgstr). This leaves the locale incomplete and causes these messages to display in English or as missing translations.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
| #. js-lingui-id: yU57/s | ||
| #: src/engine/metadata-modules/flat-page-layout-widget/validators/utils/validate-fields-flat-page-layout-widget-for-creation.util.ts | ||
| msgid "Configuration is required for fields widget" | ||
| msgstr "" |
There was a problem hiding this comment.
P2: New Turkish locale strings were added without translations (msgstr is empty), so users will see untranslated messages. Provide Turkish translations for the new msgids.
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/tr-TR.po, line 748:
<comment>New Turkish locale strings were added without translations (msgstr is empty), so users will see untranslated messages. Provide Turkish translations for the new msgids.</comment>
<file context>
@@ -742,6 +742,16 @@ msgstr ""
+#. js-lingui-id: yU57/s
+#: src/engine/metadata-modules/flat-page-layout-widget/validators/utils/validate-fields-flat-page-layout-widget-for-creation.util.ts
+msgid "Configuration is required for fields widget"
+msgstr ""
+
+#. js-lingui-id: tj1Qu0
</file context>
| #. js-lingui-id: yU57/s | ||
| #: src/engine/metadata-modules/flat-page-layout-widget/validators/utils/validate-fields-flat-page-layout-widget-for-creation.util.ts | ||
| msgid "Configuration is required for fields widget" | ||
| msgstr "" |
There was a problem hiding this comment.
P2: New zh-TW translations are added with empty msgstr values, leaving these user-facing errors untranslated. Provide localized strings for the new entries.
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-TW.po, line 748:
<comment>New zh-TW translations are added with empty msgstr values, leaving these user-facing errors untranslated. Provide localized strings for the new entries.</comment>
<file context>
@@ -742,6 +742,16 @@ msgstr ""
+#. js-lingui-id: yU57/s
+#: src/engine/metadata-modules/flat-page-layout-widget/validators/utils/validate-fields-flat-page-layout-widget-for-creation.util.ts
+msgid "Configuration is required for fields widget"
+msgstr ""
+
+#. js-lingui-id: tj1Qu0
</file context>
| #. js-lingui-id: yU57/s | ||
| #: src/engine/metadata-modules/flat-page-layout-widget/validators/utils/validate-fields-flat-page-layout-widget-for-creation.util.ts | ||
| msgid "Configuration is required for fields widget" | ||
| msgstr "" |
There was a problem hiding this comment.
P2: New Japanese locale strings were added without translations (empty msgstr). This leaves the locale incomplete and causes these messages to display in English or as missing translations.
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/ja-JP.po, line 748:
<comment>New Japanese locale strings were added without translations (empty msgstr). This leaves the locale incomplete and causes these messages to display in English or as missing translations.</comment>
<file context>
@@ -742,6 +742,16 @@ msgstr ""
+#. js-lingui-id: yU57/s
+#: src/engine/metadata-modules/flat-page-layout-widget/validators/utils/validate-fields-flat-page-layout-widget-for-creation.util.ts
+msgid "Configuration is required for fields widget"
+msgstr ""
+
+#. js-lingui-id: tj1Qu0
</file context>
| @@ -742,6 +742,16 @@ msgstr "" | |||
| msgid "Composite type not found." | |||
There was a problem hiding this comment.
P3: New Korean translations were added with empty msgstr values, which will cause ko-KR users to see English fallback strings. Please provide localized translations for these new messages.
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/ko-KR.po, line 748:
<comment>New Korean translations were added with empty msgstr values, which will cause ko-KR users to see English fallback strings. Please provide localized translations for these new messages.</comment>
<file context>
@@ -742,6 +742,16 @@ msgstr ""
+#. js-lingui-id: yU57/s
+#: src/engine/metadata-modules/flat-page-layout-widget/validators/utils/validate-fields-flat-page-layout-widget-for-creation.util.ts
+msgid "Configuration is required for fields widget"
+msgstr ""
+
+#. js-lingui-id: tj1Qu0
</file context>
LogDetails |
Created by Github action