Refactor translations to XLIFF format, enhance elimination workflows, and update compose configuration

This commit switches translations from YAML to XLIFF format for better standardization, updates the elimination preparation process with UI and functionality improvements, tweaks form structures, adjusts compose.override.yaml for improved asset handling, and optimizes back office usability with refined translation handling.
This commit is contained in:
2025-06-01 21:16:32 +02:00
parent cd5946bda8
commit c6f9b57c60
27 changed files with 645 additions and 114 deletions

View File

@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
<file source-language="nl" target-language="nl" datatype="plaintext" original="file.ext">
<header>
<tool tool-id="symfony" tool-name="Symfony"/>
</header>
<body>
<trans-unit id="B9r0Hn5" resname="Error">
<source>Error</source>
<target>Fout</target>
</trans-unit>
<trans-unit id="B7yoMOR" resname="Please enter a password">
<source>Please enter a password</source>
<target>Voer je wachtwoord in</target>
</trans-unit>
<trans-unit id="vsM4tSv" resname="There is already an account with this email">
<source>There is already an account with this email</source>
<target>Er is al een account met dit e-mailadres</target>
</trans-unit>
<trans-unit id="_OmnKuR" resname="Your password should be at least {{ limit }} characters">
<source>Your password should be at least {{ limit }} characters</source>
<target>Je wachtwoord moet minimaal {{ limit }} karakters lang zijn</target>
</trans-unit>
</body>
</file>
</xliff>