Skip to content

Commit 478b9c1

Browse files
committed
Merge branch 'hotfix/add_translation' into 'release/2.3.0'
Add translation See merge request metamodels/core!388
2 parents 6ad6ed2 + 590b590 commit 478b9c1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/CoreBundle/Resources/translations/tl_metamodel_attribute.en.xlf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@
8686
<trans-unit id="isunique.description" resname="isunique.description">
8787
<source>Check this, if you want to ensure that each value only occurs once</source>
8888
</trans-unit>
89+
<trans-unit id="isunique.variant_error" resname="isunique.variant_error">
90+
<source>The option "Unique values" can only be used for variants. It cannot be used for parent elements, as the value is copied to all child elements and a check for uniqueness results in an error.</source>
91+
</trans-unit>
8992
<trans-unit id="name_langcode" resname="name_langcode">
9093
<source>Language</source>
9194
</trans-unit>

0 commit comments

Comments
 (0)