Closed bobbykolev closed 2 days ago
The pull request includes extensive updates to various translation JSON files for the Alkemio platform, specifically targeting Bulgarian, German, Spanish, French, Dutch, Portuguese, and Ukrainian languages. Each file has been modified to enhance clarity and consistency in user interface elements, including buttons, tooltips, and notifications. Additionally, several components have been updated to include a new optional property, withUnifiedTitle
, which allows for conditional rendering of titles in the ContributorCardHorizontal
and related components.
File Path | Change Summary |
---|---|
src/core/i18n/bg/translation.bg.json |
Updated translations for user interface elements, added new phrases, and refined messaging. |
src/core/i18n/de/translation.de.json |
Revised phrases for clarity, updated button and menu labels, and refined feedback messages. |
src/core/i18n/es/translation.es.json |
Comprehensive updates to various sections, including community features and error messages. |
src/core/i18n/fr/translation.fr.json |
Enhanced translations for chatbot interactions, feedback, and community features. |
src/core/i18n/nl/translation.nl.json |
Updated chatbot interface, feedback prompts, and community section with new prompts. |
src/core/i18n/pt/translation.pt.json |
Revised translations for buttons, tooltips, and community interactions, including new phrases. |
src/core/i18n/ua/translation.ua.json |
Adjusted translations for chatbot, menu options, and community features, enhancing user experience. |
src/core/ui/card/ContributorCardHorizontal.tsx |
Added withUnifiedTitle prop to allow conditional title rendering; updated title rendering logic. |
src/domain/InnovationPack/InnovationPackCardHorizontal.tsx |
Replaced CardTitle with BlockTitle for displaying titles. |
src/domain/community/contributor/Account/AccountResourcesView.tsx |
Updated prop for ContributorCardHorizontal to include withUnifiedTitle . |
src/domain/community/contributor/Account/ContributorAccountView.tsx |
Added withUnifiedTitle prop to ContributorCardHorizontal . |
src/domain/innovationHub/InnovationHubCardHorizontal.tsx |
Replaced CardTitle with BlockTitle for title rendering. |
src/main/topLevelPages/myDashboard/myResources/MyResources.tsx |
Updated ContributorCardHorizontal to include withUnifiedTitle prop. |
client
, translations
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
https://github.com/alkem-io/client-web/issues/7190
Unifying the styles of resources.
https://github.com/alkem-io/client-web/issues/7189
Summary by CodeRabbit
New Features
withUnifiedTitle
to theContributorCardHorizontal
component, allowing for a flexible title display.Bug Fixes
Refactor
BlockTitle
for consistency in design.