-
Notifications
You must be signed in to change notification settings - Fork 4.2k
i18n - translations #12468
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 #12468
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
Large-scale internationalization update adding 'Forbidden' message translations across multiple language files and cleaning up duplicate entries.
- Added new translation key '7JBW66' for 'Forbidden' error message across 20+ locale files in
packages/twenty-front/src/locales/
- Removed duplicate file path references to
PageAddButton.tsx
from 'New record' translations while maintainingDefaultRecordActionsConfig.tsx
reference - Many new translations are currently empty (
msgstr
) and need actual translations before deployment - Generated TypeScript files (
.ts
) updated to include new 'Forbidden' key in appropriate message structures - Automated update via GitHub action indicates systematic i18n workflow integration
21 file(s) reviewed, 4 comment(s)
Edit PR Review Bot Settings | Greptile
msgid "First Name" | ||
msgstr "Nom" | ||
|
||
#. js-lingui-id: 7JBW66 | ||
#: src/modules/object-record/record-field/meta-types/display/components/ForbiddenFieldDisplay.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.
logic: Missing translation for 'Forbidden' string. This needs to be translated to Catalan to maintain full i18n coverage.
msgid "First Name" | |
msgstr "Nom" | |
#. js-lingui-id: 7JBW66 | |
#: src/modules/object-record/record-field/meta-types/display/components/ForbiddenFieldDisplay.tsx | |
msgid "First Name" | |
msgstr "Nom" | |
#. js-lingui-id: 7JBW66 | |
#: src/modules/object-record/record-field/meta-types/display/components/ForbiddenFieldDisplay.tsx | |
msgid "Forbidden" | |
msgstr "Prohibit" |
msgid "First Name" | ||
msgstr "الاسم الأول" | ||
|
||
#. js-lingui-id: 7JBW66 | ||
#: src/modules/object-record/record-field/meta-types/display/components/ForbiddenFieldDisplay.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: Consider providing Arabic translation for new 'Forbidden' string rather than leaving it empty
msgid "First Name" | ||
msgstr "Vorname" | ||
|
||
#. js-lingui-id: 7JBW66 | ||
#: src/modules/object-record/record-field/meta-types/display/components/ForbiddenFieldDisplay.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.
logic: Translation missing for new 'Forbidden' string. Add German translation to maintain consistency.
msgid "First Name" | |
msgstr "Vorname" | |
#. js-lingui-id: 7JBW66 | |
#: src/modules/object-record/record-field/meta-types/display/components/ForbiddenFieldDisplay.tsx | |
#. js-lingui-id: 7JBW66 | |
#: src/modules/object-record/record-field/meta-types/display/components/ForbiddenFieldDisplay.tsx | |
msgid "Forbidden" | |
msgstr "Verboten" |
msgid "First Name" | ||
msgstr "Prénom" | ||
|
||
#. js-lingui-id: 7JBW66 | ||
#: src/modules/object-record/record-field/meta-types/display/components/ForbiddenFieldDisplay.tsx | ||
msgid "Forbidden" | ||
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 'Forbidden' string - needs French translation
msgid "First Name" | |
msgstr "Prénom" | |
#. js-lingui-id: 7JBW66 | |
#: src/modules/object-record/record-field/meta-types/display/components/ForbiddenFieldDisplay.tsx | |
msgid "Forbidden" | |
msgstr "" | |
#. js-lingui-id: 7JBW66 | |
#: src/modules/object-record/record-field/meta-types/display/components/ForbiddenFieldDisplay.tsx | |
msgid "Forbidden" | |
msgstr "Interdit" |
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