Conversation
* Added czech email templates * Updated some translations --------- Co-authored-by: Matus Kasak <matus.kasak@dataquest.sk>
There was a problem hiding this comment.
Pull Request Overview
This pull request adds Czech language email templates to the DSpace repository system. The PR introduces localized versions of existing email templates, enabling the system to send notifications and communications in Czech.
Key Changes:
- Added Czech translations for 13 different email template types
- Covers various system notifications including welcome messages, download links, item requests, and administrative notifications
- Maintains the same parameter structure and formatting as existing templates
Reviewed Changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| welcome_cs | Czech welcome email for new user registrations |
| share_submission_cs | Czech template for sharing submission links |
| request_item.rejected_cs | Czech notification for rejected item access requests |
| request_item.granted_cs | Czech notification for approved item access requests |
| request_item.admin_cs | Czech admin notification for open access requests |
| healthcheck_cs | Czech template for system health check reports |
| doi_maintenance_error_cs | Czech error notifications for DOI operations |
| clarin_download_link_cs | Czech download instructions for CLARIN system |
| clarin_download_link_admin_cs | Czech admin notifications for download requests |
| clarin_autoregistration_cs | Czech account registration confirmation |
| batch_import_success_cs | Czech success notification for batch imports |
| batch_import_error_cs | Czech error notification for batch imports |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| Vaše žádost o kopii souboru/souborů z níže uvedeného záznamu byla zamítnuta uživatelem ${params[3]}. | ||
|
|
||
| ${params[2]} | ||
| ${params[1]} |
There was a problem hiding this comment.
There is trailing whitespace after the URL parameter. This should be removed for consistency.
| ${params[1]} | |
| ${params[1]} |
| Vaše žádost o kopii souboru/souborů z níže uvedeného záznamu byla schválena uživatelem ${params[3]}. Požadované soubory naleznete v příloze. | ||
|
|
||
| ${params[2]} | ||
| ${params[1]} |
There was a problem hiding this comment.
There is trailing whitespace after the URL parameter. This should be removed for consistency.
| ${params[1]} | |
| ${params[1]} |
|
UFAL told, they do not want to have czech emails. |
Problem description
Cherry-pick of new features: czech email templates
pull/1079