-
Notifications
You must be signed in to change notification settings - Fork 4.2k
i18n - translations #12458
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 #12458
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
Added and updated translations across multiple language files to support vector search functionality and other UI elements in the Twenty application. The changes maintain consistency with the project's translation guidelines.
- Added new translation key
nSri0b
for field search input values with bullet point prefix across all language files - Updated
.po
files with new translations for vector search, billing, and workspace management features - Several translations marked as empty (
msgstr
) in various languages need completion, particularly for newer features - Generated TypeScript files (
*.ts
) updated to reflect new translations while maintaining type safety - Follows translation guidelines in
.cursor/rules/translations.md
for proper i18n structure and management
22 file(s) reviewed, 10 comment(s)
Edit PR Review Bot Settings | Greptile
#. js-lingui-id: nSri0b | ||
#: src/modules/views/components/ViewBarFilterDropdownVectorSearchButton.tsx | ||
msgid "· {fieldSearchInputValue}" | ||
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 vector search filter button text
#. js-lingui-id: nSri0b | ||
#: src/modules/views/components/ViewBarFilterDropdownVectorSearchButton.tsx | ||
msgid "· {fieldSearchInputValue}" | ||
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 vector search button text
#. js-lingui-id: nSri0b | ||
#: src/modules/views/components/ViewBarFilterDropdownVectorSearchButton.tsx | ||
msgid "· {fieldSearchInputValue}" | ||
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 vector search field value display
#. js-lingui-id: nSri0b | ||
#: src/modules/views/components/ViewBarFilterDropdownVectorSearchButton.tsx | ||
msgid "· {fieldSearchInputValue}" | ||
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 vector search button text
#. js-lingui-id: nSri0b | ||
#: src/modules/views/components/ViewBarFilterDropdownVectorSearchButton.tsx | ||
msgid "· {fieldSearchInputValue}" | ||
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 Greek translation for vector search button text
#. js-lingui-id: nSri0b | ||
#: src/modules/views/components/ViewBarFilterDropdownVectorSearchButton.tsx | ||
msgid "· {fieldSearchInputValue}" | ||
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 vector search button text
#. js-lingui-id: nSri0b | ||
#: src/modules/views/components/ViewBarFilterDropdownVectorSearchButton.tsx | ||
msgid "· {fieldSearchInputValue}" | ||
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 new vector search string '· {fieldSearchInputValue}'
#. js-lingui-id: nSri0b | ||
#: src/modules/views/components/ViewBarFilterDropdownVectorSearchButton.tsx | ||
msgid "· {fieldSearchInputValue}" | ||
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 vector search button text. Should provide Spanish translation for this UI element.
#. js-lingui-id: nSri0b | ||
#: src/modules/views/components/ViewBarFilterDropdownVectorSearchButton.tsx | ||
msgid "· {fieldSearchInputValue}" | ||
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 vector search field value display
#. js-lingui-id: nSri0b | ||
#: src/modules/views/components/ViewBarFilterDropdownVectorSearchButton.tsx | ||
msgid "· {fieldSearchInputValue}" | ||
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 vector search button text '· {fieldSearchInputValue}'
Log
|
Created by Github action --------- Co-authored-by: github-actions <[email protected]>
Created by Github action --------- Co-authored-by: github-actions <[email protected]>
Created by Github action