Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update translations for volto-datablocks * Update German translations for volto-datablocks * Add internationalization support for block schemas * Add "htmlTagTitle" translations to locale files Introduced the "htmlTagTitle" message ID across multiple locale files, including English, German, Italian, and Romanian. Adjustments ensure translations are properly included or updated where missing. * Add unique key to React.Fragment in SourcesBlock Edit This fixes a React warning about missing `key` props for list-rendered components. The `key` is now dynamically generated based on the index to ensure uniqueness for each fragment. * Refactor ESLint config to use new AddonRegistry module * Fix inconsistent indentation in conditional expressions * Update translations and add missing localization strings * Update message IDs and add new entries in messages.js * Inject intl into SimpleDataTable View component translations and improves internationalization support. ``` * Update German translation for "newWindowChoice" * add plone/registry to devDependencies lint fixes * style: Automated code fix --------- Co-authored-by: Miu Razvan <miu.razvan28@gmail.com> Co-authored-by: Maurice Reim <reim@interaktiv.de> Co-authored-by: eea-jenkins <eea-github@googlegroups.com>
- Loading branch information