-
Notifications
You must be signed in to change notification settings - Fork 3.6k
i18n - translations #12804
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 #12804
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
Comprehensive internationalization update across all language files (.po) in twenty-front/src/locales, transitioning from 'Forbidden' to 'Not shared' messaging in field displays.
- Deprecated 'Forbidden' translations across 27 language files including en.po, fr-FR.po, zh-CN.po by marking with #~ prefix
- Added source reference to ForbiddenFieldDisplay.tsx for 'Not shared' message ID (51G4/+) in all language files
- All changes follow proper .po file formatting with consistent message deprecation syntax
- Updated user-facing error messages to be more friendly by replacing technical 'Forbidden' with descriptive 'Not shared'
29 files reviewed, 2 comments
Edit PR Review Bot Settings | Greptile
msgstr "Ikke fundet" | ||
|
||
#. js-lingui-id: 51G4/+ |
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 Danish translation for 'Not shared' string which is used in two components. This should be translated to maintain consistent localization
msgstr "Ikke fundet" | |
#. js-lingui-id: 51G4/+ | |
msgstr "Ikke delt" |
msgstr "Não encontrado" | ||
|
||
#. js-lingui-id: 51G4/+ | ||
#: src/modules/object-record/record-field/meta-types/display/components/ForbiddenFieldDisplay.tsx | ||
#: src/modules/activities/calendar/components/CalendarEventNotSharedContent.tsx | ||
msgid "Not shared" | ||
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 'Not shared' message ID which is now used in multiple components
msgstr "Não encontrado" | |
#. js-lingui-id: 51G4/+ | |
#: src/modules/object-record/record-field/meta-types/display/components/ForbiddenFieldDisplay.tsx | |
#: src/modules/activities/calendar/components/CalendarEventNotSharedContent.tsx | |
msgid "Not shared" | |
msgstr "" | |
msgstr "Não encontrado" | |
#. js-lingui-id: 51G4/+ | |
#: src/modules/object-record/record-field/meta-types/display/components/ForbiddenFieldDisplay.tsx | |
#: src/modules/activities/calendar/components/CalendarEventNotSharedContent.tsx | |
msgid "Not shared" | |
msgstr "Não partilhado" |
Log
|
Created by Github action