-
Notifications
You must be signed in to change notification settings - Fork 3.6k
i18n - translations #12777
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i18n - translations #12777
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Summary
Major internationalization update adding translations for new AI Agent workflow functionality across 30+ language files in packages/twenty-front/src/locales/
, with a focus on model configuration and output schema building.
- Multiple empty
msgstr
entries in.po
files (e.g.,fr-FR.po
,es-ES.po
) for AI Agent-related strings need translation attention - Added comprehensive translations for AI Model configuration and output fields in primary languages (
en.ts
,fr-FR.ts
,de-DE.ts
) - New keys added for workflow instructions and validation messages in all language files
- Most RTL language files (
he-IL.ts
,ar-SA.ts
) properly maintain directional formatting - File structure follows centralized pattern with matching
.po
and generated.ts
files
62 files reviewed, 6 comments
Edit PR Review Bot Settings | Greptile
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/components/WorkflowOutputSchemaBuilder.tsx | ||
msgid "Add Output Field" | ||
msgstr "" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
style: Key UI string 'Add Output Field' is missing its Spanish translation. Consider adding 'Agregar campo de salida'.
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/components/WorkflowOutputSchemaBuilder.tsx | |
msgid "Add Output Field" | |
msgstr "" | |
msgstr "Agregar campo de salida" |
#: src/modules/workflow/workflow-steps/workflow-actions/utils/getActionHeaderTypeOrThrow.ts | ||
msgid "AI Agent" | ||
msgstr "" | ||
|
||
#. js-lingui-id: kNfr85 | ||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/components/WorkflowEditActionAiAgent.tsx | ||
msgid "AI Model" | ||
msgstr "" | ||
|
||
#. js-lingui-id: QwgquD | ||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/components/WorkflowOutputSchemaBuilder.tsx | ||
msgid "AI Response Schema" | ||
msgstr "" | ||
|
||
#. js-lingui-id: N40H+G | ||
#: src/modules/object-record/record-board/record-board-column/utils/getAggregateOperationShortLabel.ts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
style: Multiple new AI-related strings (AI Agent, AI Model, AI Response Schema) left untranslated. These are user-facing strings that should have Spanish translations.
msgid "Book your onboarding" | ||
msgstr "" | ||
|
||
#. js-lingui-id: bOwPjT | ||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/constants/output-field-type-options.ts | ||
msgid "Boolean" | ||
msgstr "" | ||
|
||
#. js-lingui-id: qDsMss | ||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/components/WorkflowOutputSchemaBuilder.tsx |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
style: Translation for 'Boolean' field type should be added as 'Logická hodnota' to match existing terminology
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/constants/output-field-type-options.ts | ||
msgid "Boolean" | ||
msgstr "" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
syntax: Boolean type string should be translated to 'Boolsk' in Norwegian
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/constants/output-field-type-options.ts | |
msgid "Boolean" | |
msgstr "" | |
msgstr "Boolsk" |
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/components/WorkflowOutputSchemaBuilder.tsx | ||
msgid "Click on \"Add Output Field\" below to define the structure of your AI agent's response. These fields will be used to format and validate the AI's output when the workflow is executed, and can be referenced by subsequent workflow steps." | ||
msgstr "" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
logic: Missing translation for AI output field schema explanation - important user-facing text
msgid "Add or remove users" | ||
msgstr "" | ||
|
||
#. js-lingui-id: 7YdkgZ | ||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/components/WorkflowOutputSchemaBuilder.tsx | ||
msgid "Add Output Field" | ||
msgstr "" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
logic: Missing translation for 'Add or remove users' key - needs to be translated to Romanian
Log
|
Created by Github action