Merged
Conversation
Contributor
Greptile OverviewGreptile SummaryThis PR adds new translation strings for front component widget validation across all supported locales. Changes Made
Translation Status
This is a standard automated i18n update following the addition of new translatable strings in the codebase from PR #17440. Confidence Score: 5/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant Code as Source Code
participant Extract as Translation Extractor
participant EN as en.po (English)
participant Other as Other .po files
participant Compile as Compiler
participant TS as Generated .ts files
participant App as Application
Dev->>Code: Add translatable strings with lingui macros
Code->>Extract: Run translation extraction
Extract->>EN: Extract new msgid strings with IDs
EN->>EN: Add English msgstr translations
Extract->>Other: Propagate new msgid to all locales
Other->>Other: Set empty msgstr (awaiting translation)
EN->>Compile: Compile .po to TypeScript
Other->>Compile: Compile .po to TypeScript
Compile->>TS: Generate minified JSON in .ts files
App->>TS: Import translations at runtime
TS->>App: Provide localized strings
|
Contributor
There was a problem hiding this comment.
1 issue 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/zh-TW.po">
<violation number="1" location="packages/twenty-server/src/engine/core-modules/i18n/locales/zh-TW.po:714">
P2: Provide a Traditional Chinese translation for the new front component widget configuration error so zh-TW users don’t see the English fallback.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
Comment on lines
+714
to
+715
| msgid "Configuration is required for front component widget" | ||
| msgstr "" |
Contributor
There was a problem hiding this comment.
P2: Provide a Traditional Chinese translation for the new front component widget configuration error so zh-TW users don’t see 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-server/src/engine/core-modules/i18n/locales/zh-TW.po, line 714:
<comment>Provide a Traditional Chinese translation for the new front component widget configuration error so zh-TW users don’t see the English fallback.</comment>
<file context>
@@ -709,6 +709,16 @@ msgstr ""
+#. js-lingui-id: 3UUjIe
+#: src/engine/metadata-modules/flat-page-layout-widget/validators/utils/validate-front-component-flat-page-layout-widget-for-creation.util.ts
+msgid "Configuration is required for front component widget"
+msgstr ""
+
</file context>
Suggested change
| msgid "Configuration is required for front component widget" | |
| msgstr "" | |
| msgid "Configuration is required for front component widget" | |
| msgstr "前端元件小工具需要設定。" |
Contributor
Author
LogDetails |
camilo-agudelo-uma
pushed a commit
to innovation-grupo-uma/twenty-uma
that referenced
this pull request
Feb 2, 2026
Created by Github action --------- Co-authored-by: github-actions <github-actions@twenty.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Created by Github action