Conversation
Greptile OverviewGreptile SummaryThis PR contains automated i18n updates generated by GitHub Actions. The changes include:
The changes are purely mechanical updates to the translation catalogs reflecting recent source code changes. No code logic is modified. Confidence Score: 5/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant Code as Source Code
participant Extract as i18n Extract Tool
participant PO as .po Files
participant Compile as i18n Compile Tool
participant TS as Generated .ts Files
participant CI as GitHub Actions
Dev->>Code: Add/modify translatable string in SettingsDataModelFieldRelationJunctionForm.tsx
Note over Dev,Code: Trans component with "Build many-to-many relations. Learn more"
CI->>Extract: Run translation extraction
Extract->>Code: Scan source code for t`` and Trans tags
Extract->>PO: Update all locale .po files with new msgid
Note over PO: Add new entry (8SlslB)<br/>Remove old entry (erVUKK)
CI->>Compile: Run translation compilation
Compile->>PO: Read .po files
Compile->>TS: Generate TypeScript translation objects
Note over TS: Update all 31 generated/*.ts files
CI->>CI: Commit changes as "chore: extract/compile translations"
|
There was a problem hiding this comment.
11 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-front/src/locales/uk-UA.po">
<violation number="1" location="packages/twenty-front/src/locales/uk-UA.po:2087">
P2: Provide a Ukrainian translation for this new string; leaving msgstr empty will show a blank/fallback message in the UI.</violation>
</file>
<file name="packages/twenty-front/src/locales/ar-SA.po">
<violation number="1" location="packages/twenty-front/src/locales/ar-SA.po:2087">
P3: Provide an Arabic translation for this new string so the Arabic locale doesn’t display the English fallback.</violation>
</file>
<file name="packages/twenty-front/src/locales/pt-PT.po">
<violation number="1" location="packages/twenty-front/src/locales/pt-PT.po:2087">
P2: Provide a Portuguese translation for this new string instead of leaving msgstr empty.</violation>
</file>
<file name="packages/twenty-front/src/locales/ro-RO.po">
<violation number="1" location="packages/twenty-front/src/locales/ro-RO.po:2087">
P3: Provide a Romanian translation for the newly added string; leaving msgstr empty means the UI will fall back to English.</violation>
</file>
<file name="packages/twenty-front/src/locales/fi-FI.po">
<violation number="1" location="packages/twenty-front/src/locales/fi-FI.po:2087">
P2: Provide a Finnish translation for this new string to avoid falling back to the source language.</violation>
</file>
<file name="packages/twenty-front/src/locales/de-DE.po">
<violation number="1" location="packages/twenty-front/src/locales/de-DE.po:2087">
P3: Provide a German translation for this new string so the de-DE locale doesn’t fall back to English.</violation>
</file>
<file name="packages/twenty-front/src/locales/pl-PL.po">
<violation number="1" location="packages/twenty-front/src/locales/pl-PL.po:2087">
P3: New translation entry has an empty msgstr, so Polish users will see the fallback English text. Provide a Polish translation for this new string.</violation>
</file>
<file name="packages/twenty-front/src/locales/sv-SE.po">
<violation number="1" location="packages/twenty-front/src/locales/sv-SE.po:2087">
P3: Provide a Swedish translation for this new string so sv-SE does not fall back to English.</violation>
</file>
<file name="packages/twenty-front/src/locales/ko-KR.po">
<violation number="1" location="packages/twenty-front/src/locales/ko-KR.po:2087">
P2: New Korean translation entry is empty, leaving this UI text untranslated in ko-KR. Provide a localized msgstr.</violation>
</file>
<file name="packages/twenty-front/src/locales/he-IL.po">
<violation number="1" location="packages/twenty-front/src/locales/he-IL.po:2087">
P2: Provide a Hebrew translation for this new string so the locale doesn’t fall back to English.</violation>
</file>
<file name="packages/twenty-front/src/locales/nl-NL.po">
<violation number="1" location="packages/twenty-front/src/locales/nl-NL.po:2087">
P2: Provide a Dutch translation for this new string to avoid English fallback in the nl-NL locale.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
| #. js-lingui-id: 8SlslB | ||
| #: src/modules/settings/data-model/fields/forms/morph-relation/components/SettingsDataModelFieldRelationJunctionForm.tsx | ||
| msgid "Build many-to-many relations. <0>Learn more</0>" | ||
| msgstr "" |
There was a problem hiding this comment.
P2: Provide a Ukrainian translation for this new string; leaving msgstr empty will show a blank/fallback message 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-front/src/locales/uk-UA.po, line 2087:
<comment>Provide a Ukrainian translation for this new string; leaving msgstr empty will show a blank/fallback message in the UI.</comment>
<file context>
@@ -2081,6 +2081,11 @@ msgstr "Бронзовий"
+#. js-lingui-id: 8SlslB
+#: src/modules/settings/data-model/fields/forms/morph-relation/components/SettingsDataModelFieldRelationJunctionForm.tsx
+msgid "Build many-to-many relations. <0>Learn more</0>"
+msgstr ""
+
#. js-lingui-id: +7fBMP
</file context>
| #. js-lingui-id: 8SlslB | ||
| #: src/modules/settings/data-model/fields/forms/morph-relation/components/SettingsDataModelFieldRelationJunctionForm.tsx | ||
| msgid "Build many-to-many relations. <0>Learn more</0>" | ||
| msgstr "" |
There was a problem hiding this comment.
P2: Provide a Portuguese translation for this new string instead of leaving msgstr empty.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At packages/twenty-front/src/locales/pt-PT.po, line 2087:
<comment>Provide a Portuguese translation for this new string instead of leaving msgstr empty.</comment>
<file context>
@@ -2081,6 +2081,11 @@ msgstr "Bronze"
+#. js-lingui-id: 8SlslB
+#: src/modules/settings/data-model/fields/forms/morph-relation/components/SettingsDataModelFieldRelationJunctionForm.tsx
+msgid "Build many-to-many relations. <0>Learn more</0>"
+msgstr ""
+
#. js-lingui-id: +7fBMP
</file context>
| #. js-lingui-id: 8SlslB | ||
| #: src/modules/settings/data-model/fields/forms/morph-relation/components/SettingsDataModelFieldRelationJunctionForm.tsx | ||
| msgid "Build many-to-many relations. <0>Learn more</0>" | ||
| msgstr "" |
There was a problem hiding this comment.
P2: Provide a Finnish translation for this new string to avoid falling back to the source language.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At packages/twenty-front/src/locales/fi-FI.po, line 2087:
<comment>Provide a Finnish translation for this new string to avoid falling back to the source language.</comment>
<file context>
@@ -2081,6 +2081,11 @@ msgstr "Pronssi"
+#. js-lingui-id: 8SlslB
+#: src/modules/settings/data-model/fields/forms/morph-relation/components/SettingsDataModelFieldRelationJunctionForm.tsx
+msgid "Build many-to-many relations. <0>Learn more</0>"
+msgstr ""
+
#. js-lingui-id: +7fBMP
</file context>
| #. js-lingui-id: 8SlslB | ||
| #: src/modules/settings/data-model/fields/forms/morph-relation/components/SettingsDataModelFieldRelationJunctionForm.tsx | ||
| msgid "Build many-to-many relations. <0>Learn more</0>" | ||
| msgstr "" |
There was a problem hiding this comment.
P2: New Korean translation entry is empty, leaving this UI text untranslated in ko-KR. Provide a localized msgstr.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At packages/twenty-front/src/locales/ko-KR.po, line 2087:
<comment>New Korean translation entry is empty, leaving this UI text untranslated in ko-KR. Provide a localized msgstr.</comment>
<file context>
@@ -2081,6 +2081,11 @@ msgstr "브론즈"
+#. js-lingui-id: 8SlslB
+#: src/modules/settings/data-model/fields/forms/morph-relation/components/SettingsDataModelFieldRelationJunctionForm.tsx
+msgid "Build many-to-many relations. <0>Learn more</0>"
+msgstr ""
+
#. js-lingui-id: +7fBMP
</file context>
| #. js-lingui-id: 8SlslB | ||
| #: src/modules/settings/data-model/fields/forms/morph-relation/components/SettingsDataModelFieldRelationJunctionForm.tsx | ||
| msgid "Build many-to-many relations. <0>Learn more</0>" | ||
| msgstr "" |
There was a problem hiding this comment.
P2: Provide a Hebrew translation for this new string so the locale doesn’t fall back to English.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At packages/twenty-front/src/locales/he-IL.po, line 2087:
<comment>Provide a Hebrew translation for this new string so the locale doesn’t fall back to English.</comment>
<file context>
@@ -2081,6 +2081,11 @@ msgstr "ברונזה"
+#. js-lingui-id: 8SlslB
+#: src/modules/settings/data-model/fields/forms/morph-relation/components/SettingsDataModelFieldRelationJunctionForm.tsx
+msgid "Build many-to-many relations. <0>Learn more</0>"
+msgstr ""
+
#. js-lingui-id: +7fBMP
</file context>
| #. js-lingui-id: 8SlslB | ||
| #: src/modules/settings/data-model/fields/forms/morph-relation/components/SettingsDataModelFieldRelationJunctionForm.tsx | ||
| msgid "Build many-to-many relations. <0>Learn more</0>" | ||
| msgstr "" |
There was a problem hiding this comment.
P3: Provide an Arabic translation for this new string so the Arabic locale doesn’t display the English fallback.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At packages/twenty-front/src/locales/ar-SA.po, line 2087:
<comment>Provide an Arabic translation for this new string so the Arabic locale doesn’t display the English fallback.</comment>
<file context>
@@ -2081,6 +2081,11 @@ msgstr "برونزي"
+#. js-lingui-id: 8SlslB
+#: src/modules/settings/data-model/fields/forms/morph-relation/components/SettingsDataModelFieldRelationJunctionForm.tsx
+msgid "Build many-to-many relations. <0>Learn more</0>"
+msgstr ""
+
#. js-lingui-id: +7fBMP
</file context>
| #. js-lingui-id: 8SlslB | ||
| #: src/modules/settings/data-model/fields/forms/morph-relation/components/SettingsDataModelFieldRelationJunctionForm.tsx | ||
| msgid "Build many-to-many relations. <0>Learn more</0>" | ||
| msgstr "" |
There was a problem hiding this comment.
P3: Provide a Romanian translation for the newly added string; leaving msgstr empty means the UI will fall back to English.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At packages/twenty-front/src/locales/ro-RO.po, line 2087:
<comment>Provide a Romanian translation for the newly added string; leaving msgstr empty means the UI will fall back to English.</comment>
<file context>
@@ -2081,6 +2081,11 @@ msgstr "Bronz"
+#. js-lingui-id: 8SlslB
+#: src/modules/settings/data-model/fields/forms/morph-relation/components/SettingsDataModelFieldRelationJunctionForm.tsx
+msgid "Build many-to-many relations. <0>Learn more</0>"
+msgstr ""
+
#. js-lingui-id: +7fBMP
</file context>
| msgstr "" | |
| msgstr "Construiește relații de tip many-to-many. <0>Află mai multe</0>" |
| #. js-lingui-id: 8SlslB | ||
| #: src/modules/settings/data-model/fields/forms/morph-relation/components/SettingsDataModelFieldRelationJunctionForm.tsx | ||
| msgid "Build many-to-many relations. <0>Learn more</0>" | ||
| msgstr "" |
There was a problem hiding this comment.
P3: Provide a German translation for this new string so the de-DE locale doesn’t fall back to English.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At packages/twenty-front/src/locales/de-DE.po, line 2087:
<comment>Provide a German translation for this new string so the de-DE locale doesn’t fall back to English.</comment>
<file context>
@@ -2081,6 +2081,11 @@ msgstr "Bronze"
+#. js-lingui-id: 8SlslB
+#: src/modules/settings/data-model/fields/forms/morph-relation/components/SettingsDataModelFieldRelationJunctionForm.tsx
+msgid "Build many-to-many relations. <0>Learn more</0>"
+msgstr ""
+
#. js-lingui-id: +7fBMP
</file context>
| #. js-lingui-id: 8SlslB | ||
| #: src/modules/settings/data-model/fields/forms/morph-relation/components/SettingsDataModelFieldRelationJunctionForm.tsx | ||
| msgid "Build many-to-many relations. <0>Learn more</0>" | ||
| msgstr "" |
There was a problem hiding this comment.
P3: New translation entry has an empty msgstr, so Polish users will see the fallback English text. Provide a Polish translation for this new string.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At packages/twenty-front/src/locales/pl-PL.po, line 2087:
<comment>New translation entry has an empty msgstr, so Polish users will see the fallback English text. Provide a Polish translation for this new string.</comment>
<file context>
@@ -2081,6 +2081,11 @@ msgstr "Brązowy"
+#. js-lingui-id: 8SlslB
+#: src/modules/settings/data-model/fields/forms/morph-relation/components/SettingsDataModelFieldRelationJunctionForm.tsx
+msgid "Build many-to-many relations. <0>Learn more</0>"
+msgstr ""
+
#. js-lingui-id: +7fBMP
</file context>
| #. js-lingui-id: 8SlslB | ||
| #: src/modules/settings/data-model/fields/forms/morph-relation/components/SettingsDataModelFieldRelationJunctionForm.tsx | ||
| msgid "Build many-to-many relations. <0>Learn more</0>" | ||
| msgstr "" |
There was a problem hiding this comment.
P3: Provide a Swedish translation for this new string so sv-SE does not fall back to English.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At packages/twenty-front/src/locales/sv-SE.po, line 2087:
<comment>Provide a Swedish translation for this new string so sv-SE does not fall back to English.</comment>
<file context>
@@ -2081,6 +2081,11 @@ msgstr "Brons"
+#. js-lingui-id: 8SlslB
+#: src/modules/settings/data-model/fields/forms/morph-relation/components/SettingsDataModelFieldRelationJunctionForm.tsx
+msgid "Build many-to-many relations. <0>Learn more</0>"
+msgstr ""
+
#. js-lingui-id: +7fBMP
</file context>
LogDetails |
Created by Github action --------- Co-authored-by: github-actions <github-actions@twenty.com>
Created by Github action --------- Co-authored-by: github-actions <github-actions@twenty.com>
Created by Github action