Conversation
Greptile OverviewGreptile SummaryAutomated translation extraction adding a new translatable string "Add a Section" across all 31 supported locales. The extraction properly added the string to all
Confidence Score: 5/5
Important Files Changed
Last reviewed commit: 38a4776 |
There was a problem hiding this comment.
5 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/zh-TW.po">
<violation number="1" location="packages/twenty-front/src/locales/zh-TW.po:786">
P2: New translation is missing (empty msgstr), so the "Add a Section" label will remain untranslated in zh-TW.</violation>
</file>
<file name="packages/twenty-front/src/locales/pt-BR.po">
<violation number="1" location="packages/twenty-front/src/locales/pt-BR.po:786">
P2: New translation string is missing its pt-BR translation; leaving msgstr empty will surface untranslated text in the UI.</violation>
</file>
<file name="packages/twenty-front/src/locales/pt-PT.po">
<violation number="1" location="packages/twenty-front/src/locales/pt-PT.po:786">
P2: The new "Add a Section" string is missing its Portuguese translation (empty msgstr), leaving it untranslated in the pt-PT locale.</violation>
</file>
<file name="packages/twenty-front/src/locales/pl-PL.po">
<violation number="1" location="packages/twenty-front/src/locales/pl-PL.po:786">
P3: The new "Add a Section" entry is left untranslated (empty msgstr), so pl-PL users will see the English string. Provide a Polish translation.</violation>
</file>
<file name="packages/twenty-front/src/locales/uk-UA.po">
<violation number="1" location="packages/twenty-front/src/locales/uk-UA.po:786">
P3: The new "Add a Section" string is added without a Ukrainian translation, so the UI will fall back to English for this entry. Provide a localized msgstr.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
| #. js-lingui-id: r8W+9y | ||
| #: src/modules/page-layout/widgets/fields/components/FieldsConfigurationSectionEditor.tsx | ||
| msgid "Add a Section" | ||
| msgstr "" |
There was a problem hiding this comment.
P2: New translation is missing (empty msgstr), so the "Add a Section" label will remain untranslated in zh-TW.
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/zh-TW.po, line 786:
<comment>New translation is missing (empty msgstr), so the "Add a Section" label will remain untranslated in zh-TW.</comment>
<file context>
@@ -780,6 +780,11 @@ msgstr "添加節點"
+#. js-lingui-id: r8W+9y
+#: src/modules/page-layout/widgets/fields/components/FieldsConfigurationSectionEditor.tsx
+msgid "Add a Section"
+msgstr ""
+
#. js-lingui-id: eMc2xs
</file context>
| msgstr "" | |
| msgstr "新增區段" |
| #. js-lingui-id: r8W+9y | ||
| #: src/modules/page-layout/widgets/fields/components/FieldsConfigurationSectionEditor.tsx | ||
| msgid "Add a Section" | ||
| msgstr "" |
There was a problem hiding this comment.
P2: New translation string is missing its pt-BR translation; leaving msgstr empty will surface untranslated text 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/pt-BR.po, line 786:
<comment>New translation string is missing its pt-BR translation; leaving msgstr empty will surface untranslated text in the UI.</comment>
<file context>
@@ -780,6 +780,11 @@ msgstr "Adicionar nó"
+#. js-lingui-id: r8W+9y
+#: src/modules/page-layout/widgets/fields/components/FieldsConfigurationSectionEditor.tsx
+msgid "Add a Section"
+msgstr ""
+
#. js-lingui-id: eMc2xs
</file context>
| msgstr "" | |
| msgstr "Adicionar uma seção" |
| #. js-lingui-id: r8W+9y | ||
| #: src/modules/page-layout/widgets/fields/components/FieldsConfigurationSectionEditor.tsx | ||
| msgid "Add a Section" | ||
| msgstr "" |
There was a problem hiding this comment.
P2: The new "Add a Section" string is missing its Portuguese translation (empty msgstr), leaving it untranslated in the pt-PT locale.
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 786:
<comment>The new "Add a Section" string is missing its Portuguese translation (empty msgstr), leaving it untranslated in the pt-PT locale.</comment>
<file context>
@@ -780,6 +780,11 @@ msgstr "Adicionar nó"
+#. js-lingui-id: r8W+9y
+#: src/modules/page-layout/widgets/fields/components/FieldsConfigurationSectionEditor.tsx
+msgid "Add a Section"
+msgstr ""
+
#. js-lingui-id: eMc2xs
</file context>
| msgstr "" | |
| msgstr "Adicionar uma secção" |
| #. js-lingui-id: r8W+9y | ||
| #: src/modules/page-layout/widgets/fields/components/FieldsConfigurationSectionEditor.tsx | ||
| msgid "Add a Section" | ||
| msgstr "" |
There was a problem hiding this comment.
P3: The new "Add a Section" entry is left untranslated (empty msgstr), so pl-PL users will see the English string. Provide a Polish translation.
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 786:
<comment>The new "Add a Section" entry is left untranslated (empty msgstr), so pl-PL users will see the English string. Provide a Polish translation.</comment>
<file context>
@@ -780,6 +780,11 @@ msgstr "Dodaj węzeł"
+#. js-lingui-id: r8W+9y
+#: src/modules/page-layout/widgets/fields/components/FieldsConfigurationSectionEditor.tsx
+msgid "Add a Section"
+msgstr ""
+
#. js-lingui-id: eMc2xs
</file context>
| msgstr "" | |
| msgstr "Dodaj sekcję" |
| #. js-lingui-id: r8W+9y | ||
| #: src/modules/page-layout/widgets/fields/components/FieldsConfigurationSectionEditor.tsx | ||
| msgid "Add a Section" | ||
| msgstr "" |
There was a problem hiding this comment.
P3: The new "Add a Section" string is added without a Ukrainian translation, so the UI will fall back to English for this entry. 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/uk-UA.po, line 786:
<comment>The new "Add a Section" string is added without a Ukrainian translation, so the UI will fall back to English for this entry. Provide a localized msgstr.</comment>
<file context>
@@ -780,6 +780,11 @@ msgstr "Додати вузол"
+#. js-lingui-id: r8W+9y
+#: src/modules/page-layout/widgets/fields/components/FieldsConfigurationSectionEditor.tsx
+msgid "Add a Section"
+msgstr ""
+
#. js-lingui-id: eMc2xs
</file context>
| msgstr "" | |
| msgstr "Додати розділ" |
LogDetails |
Created by Github action