Conversation
Greptile OverviewGreptile SummaryUpdated translation files across all 31 supported locales to reflect recent code refactoring and fix interpolation syntax. The changes include:
All changes are mechanical updates generated by the translation extraction process and maintain consistency across all locale files. Confidence Score: 5/5
Important Files Changed
Last reviewed commit: cfa6951 |
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-front/src/locales/fi-FI.po">
<violation number="1" location="packages/twenty-front/src/locales/fi-FI.po:3086">
P3: Missing Finnish translation for the newly added "Context window" string.</violation>
<violation number="2" location="packages/twenty-front/src/locales/fi-FI.po:11130">
P3: Add a Finnish translation for the updated "Searched the web for {query}" message so it doesn't fall back to English.</violation>
</file>
<file name="packages/twenty-front/src/locales/pt-BR.po">
<violation number="1" location="packages/twenty-front/src/locales/pt-BR.po:11130">
P2: Translate the updated "Searched the web for {query}" string to pt-BR to avoid showing English text.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
| msgid "Searched the web for {query}" | ||
| msgstr "" |
There was a problem hiding this comment.
P2: Translate the updated "Searched the web for {query}" string to pt-BR to avoid showing English text.
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 11130:
<comment>Translate the updated "Searched the web for {query}" string to pt-BR to avoid showing English text.</comment>
<file context>
@@ -11119,19 +11125,19 @@ msgstr ""
+#. js-lingui-id: J7YRXR
#: src/modules/ai/utils/getToolDisplayMessage.ts
-msgid "Searched the web for '{query}'"
+msgid "Searched the web for {query}"
msgstr ""
</file context>
| msgid "Searched the web for {query}" | |
| msgstr "" | |
| msgid "Searched the web for {query}" | |
| msgstr "Pesquisou na web por {query}" |
| #. js-lingui-id: J7YRXR | ||
| #: src/modules/ai/utils/getToolDisplayMessage.ts | ||
| msgid "Searched the web for '{query}'" | ||
| msgid "Searched the web for {query}" |
There was a problem hiding this comment.
P3: Add a Finnish translation for the updated "Searched the web for {query}" message so it 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/fi-FI.po, line 11130:
<comment>Add a Finnish translation for the updated "Searched the web for {query}" message so it doesn't fall back to English.</comment>
<file context>
@@ -11119,19 +11125,19 @@ msgstr ""
+#. js-lingui-id: J7YRXR
#: src/modules/ai/utils/getToolDisplayMessage.ts
-msgid "Searched the web for '{query}'"
+msgid "Searched the web for {query}"
msgstr ""
</file context>
|
|
||
| #. js-lingui-id: LXIm4m | ||
| #: src/modules/ai/components/internal/AIChatContextUsageButton.tsx | ||
| msgid "Context window" |
There was a problem hiding this comment.
P3: Missing Finnish translation for the newly added "Context window" 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/fi-FI.po, line 3086:
<comment>Missing Finnish translation for the newly added "Context window" string.</comment>
<file context>
@@ -3081,6 +3081,11 @@ msgstr "Kontekstitietueet"
+#. js-lingui-id: LXIm4m
+#: src/modules/ai/components/internal/AIChatContextUsageButton.tsx
+msgid "Context window"
+msgstr ""
+
</file context>
LogDetails |
Created by Github action --------- Co-authored-by: github-actions <github-actions@twenty.com>
Created by Github action