Skip to content

Commit c1cac16

Browse files
authored
Fix translations (#939)
1 parent d9918df commit c1cac16

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

src/Resources/translations/SonataClassificationBundle.en.xliff

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,18 @@
234234
<source>form.group_general</source>
235235
<target>General</target>
236236
</trans-unit>
237+
<trans-unit id="form.group_label_collections">
238+
<source>form.group_label_collections</source>
239+
<target>Collection</target>
240+
</trans-unit>
241+
<trans-unit id="form.group_label_contexts">
242+
<source>form.group_label_contexts</source>
243+
<target>Context</target>
244+
</trans-unit>
245+
<trans-unit id="form.group_label_tags">
246+
<source>form.group_label_tags</source>
247+
<target>Tag</target>
248+
</trans-unit>
237249
<trans-unit id="form.group_options">
238250
<source>form.group_options</source>
239251
<target>Options</target>

src/Resources/translations/SonataClassificationBundle.it.xliff

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,18 @@
234234
<source>form.group_general</source>
235235
<target>Generale</target>
236236
</trans-unit>
237+
<trans-unit id="form.group_label_collections">
238+
<source>form.group_label_collections</source>
239+
<target>Collezione</target>
240+
</trans-unit>
241+
<trans-unit id="form.group_label_contexts">
242+
<source>form.group_label_contexts</source>
243+
<target>Contesto</target>
244+
</trans-unit>
245+
<trans-unit id="form.group_label_tags">
246+
<source>form.group_label_tags</source>
247+
<target>Tag</target>
248+
</trans-unit>
237249
<trans-unit id="form.group_options">
238250
<source>form.group_options</source>
239251
<target>Opzioni</target>

0 commit comments

Comments
 (0)