Conversation
Greptile SummaryThis PR adds a new i18n translation string for the error message "fieldMetadataId or fieldMetadataUniversalIdentifier must be provided" across all 31 supported locale files (.po) and their corresponding generated TypeScript files.
Confidence Score: 5/5
Important Files Changed
Last reviewed commit: 3e08eda |
There was a problem hiding this comment.
3 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. If appropriate, use sub-agents to investigate and fix each issue separately.
<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:1427">
P3: The new Japanese locale entry is missing a translation (empty msgstr), so this message will remain untranslated for ja-JP users.</violation>
</file>
<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:1427">
P3: New i18n string is left untranslated (empty msgstr), so Turkish users will see fallback/blank text. Provide the Turkish translation.</violation>
</file>
<file name="packages/twenty-server/src/engine/core-modules/i18n/locales/hu-HU.po">
<violation number="1" location="packages/twenty-server/src/engine/core-modules/i18n/locales/hu-HU.po:1427">
P2: Provide a Hungarian translation for this new message; leaving msgstr empty causes a localization fallback in the UI.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
| #. js-lingui-id: VgGXR3 | ||
| #: src/engine/core-modules/file/files-field/services/files-field.service.ts | ||
| msgid "fieldMetadataId or fieldMetadataUniversalIdentifier must be provided" | ||
| msgstr "" |
There was a problem hiding this comment.
P2: Provide a Hungarian translation for this new message; leaving msgstr empty causes a localization fallback in the UI.
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/hu-HU.po, line 1427:
<comment>Provide a Hungarian translation for this new message; leaving msgstr empty causes a localization fallback in the UI.</comment>
<file context>
@@ -1421,6 +1421,11 @@ msgstr "A FieldMetadataId szükséges a nézetcsoport létrehozásához."
+#. js-lingui-id: VgGXR3
+#: src/engine/core-modules/file/files-field/services/files-field.service.ts
+msgid "fieldMetadataId or fieldMetadataUniversalIdentifier must be provided"
+msgstr ""
+
#. js-lingui-id: ycn/wp
</file context>
| #. js-lingui-id: VgGXR3 | ||
| #: src/engine/core-modules/file/files-field/services/files-field.service.ts | ||
| msgid "fieldMetadataId or fieldMetadataUniversalIdentifier must be provided" | ||
| msgstr "" |
There was a problem hiding this comment.
P3: The new Japanese locale entry is missing a translation (empty msgstr), so this message will remain untranslated for ja-JP 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/ja-JP.po, line 1427:
<comment>The new Japanese locale entry is missing a translation (empty msgstr), so this message will remain untranslated for ja-JP users.</comment>
<file context>
@@ -1421,6 +1421,11 @@ msgstr "ビューグループを作成するにはFieldMetadataIdが必要です
+#. js-lingui-id: VgGXR3
+#: src/engine/core-modules/file/files-field/services/files-field.service.ts
+msgid "fieldMetadataId or fieldMetadataUniversalIdentifier must be provided"
+msgstr ""
+
#. js-lingui-id: ycn/wp
</file context>
| #. js-lingui-id: VgGXR3 | ||
| #: src/engine/core-modules/file/files-field/services/files-field.service.ts | ||
| msgid "fieldMetadataId or fieldMetadataUniversalIdentifier must be provided" | ||
| msgstr "" |
There was a problem hiding this comment.
P3: New i18n string is left untranslated (empty msgstr), so Turkish users will see fallback/blank text. Provide the Turkish translation.
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 1427:
<comment>New i18n string is left untranslated (empty msgstr), so Turkish users will see fallback/blank text. Provide the Turkish translation.</comment>
<file context>
@@ -1421,6 +1421,11 @@ msgstr "Bir görünüm grubu oluşturmak için AlanMetaVeriKimliği gereklidir."
+#. js-lingui-id: VgGXR3
+#: src/engine/core-modules/file/files-field/services/files-field.service.ts
+msgid "fieldMetadataId or fieldMetadataUniversalIdentifier must be provided"
+msgstr ""
+
#. js-lingui-id: ycn/wp
</file context>
LogDetails |
Created by Github action