Skip to content

Commit 75dc354

Browse files
committed
Renamed some translation keys
1 parent 1585b7d commit 75dc354

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

src/Form/PostType.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function buildForm(FormBuilderInterface $builder, array $options)
4848
'label' => 'label.title',
4949
])
5050
->add('summary', TextareaType::class, [
51-
'help' => 'help.summary',
51+
'help' => 'help.post_summary',
5252
'label' => 'label.summary',
5353
])
5454
->add('content', null, [
@@ -58,7 +58,7 @@ public function buildForm(FormBuilderInterface $builder, array $options)
5858
])
5959
->add('publishedAt', DateTimePickerType::class, [
6060
'label' => 'label.published_at',
61-
'help' => 'help.published_at',
61+
'help' => 'help.post_publication',
6262
])
6363
->add('tags', TagsInputType::class, [
6464
'label' => 'label.tags',

translations/messages+intl-icu.en.xlf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -395,12 +395,12 @@
395395
<source>help.more_information</source>
396396
<target><![CDATA[For more information, check out the <a href="https://symfony.com/doc">Symfony doc</a>.]]></target>
397397
</trans-unit>
398-
<trans-unit id="help.summary">
399-
<source>help.summary</source>
398+
<trans-unit id="help.post_summary">
399+
<source>help.post_summary</source>
400400
<target>Summaries can't contain Markdown or HTML contents; only plain text.</target>
401401
</trans-unit>
402-
<trans-unit id="help.published_at">
403-
<source>help.published_at</source>
402+
<trans-unit id="help.post_publication">
403+
<source>help.post_publication</source>
404404
<target>Set the date in the future to schedule the blog post publication.</target>
405405
</trans-unit>
406406
<trans-unit id="help.post_content">

translations/messages+intl-icu.fr.xlf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -395,12 +395,12 @@
395395
<source>help.more_information</source>
396396
<target><![CDATA[Pour plus d'informations, consultez la <a href="https://symfony.com/doc">documentation de Symfony</a>.]]></target>
397397
</trans-unit>
398-
<trans-unit id="help.summary">
399-
<source>help.summary</source>
398+
<trans-unit id="help.post_summary">
399+
<source>help.post_summary</source>
400400
<target>Les résumés ne peuvent pas contenir de contenu Markdown ou HTML ; seulement du texte brut.</target>
401401
</trans-unit>
402-
<trans-unit id="help.published_at">
403-
<source>help.published_at</source>
402+
<trans-unit id="help.post_publication">
403+
<source>help.post_publication</source>
404404
<target>Sélectionnez une date future pour programmer la publication de l'article.</target>
405405
</trans-unit>
406406
<trans-unit id="help.post_content">

0 commit comments

Comments
 (0)