Skip to content

Commit 835ab38

Browse files
committed
minor #11687 Use .yaml instead of .yml (OskarStark)
This PR was merged into the 4.2 branch. Discussion ---------- Use .yaml instead of .yml <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 4288555 Use .yaml instead of .yml
2 parents f964e89 + 4288555 commit 835ab38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

translation/message_format.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ In order to use the ICU Message Format, the :ref:`message domain
2525
====================== ===============================
2626
Normal file name ICU Message Format filename
2727
====================== ===============================
28-
``messages.en.yml`` ``messages+intl-icu.en.yml``
28+
``messages.en.yaml`` ``messages+intl-icu.en.yaml``
2929
``messages.fr_FR.xlf`` ``messages+intl-icu.fr_FR.xlf``
30-
``admin.en.yml`` ``admin+intl-icu.en.yml``
30+
``admin.en.yaml`` ``admin+intl-icu.en.yaml``
3131
====================== ===============================
3232

3333
All messages in this file will now be processed by the

0 commit comments

Comments
 (0)