8000 minor #24000 [Translation] Fix <note> is interpreted as a tag in CHAN… · symfony/symfony@4173f13 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4173f13

Browse files
committed
minor < 8000 a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="253150927" data-permission-text="Title is private" data-url="https://github.com/symfony/symfony/issues/24000" data-hovercard-type="pull_request" data-hovercard-url="/symfony/symfony/pull/24000/hovercard" href="https://github.com/symfony/symfony/pull/24000">#24000 [Translation] Fix <note> is interpreted as a tag in CHANGELOG (ogizanagi)
This PR was merged into the 3.4 branch. Discussion ---------- [Translation] Fix <note> is interpreted as a tag in CHANGELOG | Q | A | ------------- | --- | Branch? | 3.4 <!-- see comment below --> | Bug fix? | no | New feature? | no <!-- don't forget updating src/**/CHANGELOG.md files --> | BC breaks? | no | Deprecations? | no <!-- don't forget updating UPGRADE-*.md files --> | Tests pass? | yes | Fixed tickets | N/A <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | N/A ... and is removed when rendering the markdown. Put it in a code span instead. Commits ------- cc9fd59 [Translation] Fix <note> is interpreted as a tag in CHANGELOG
2 parents 3b6442f + cc9fd59 commit 4173f13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Translation/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ CHANGELOG
77
* Added `TranslationDumperPass`
88
* Added `TranslationExtractorPass`
99
* Added `TranslatorPass`
10-
* Added <notes> section to the Xliff 2.0 dumper.
11-
* Improved Xliff 2.0 loader to load <notes> section.
10+
* Added `<notes>` section to the Xliff 2.0 dumper.
11+
* Improved Xliff 2.0 loader to load `<notes>` section.
1212
* Added `TranslationWriterInterface`
1313
* Deprecated `TranslationWriter::writeTranslations` in favor of `TranslationWriter::write`
1414

0 commit comments

Comments
 (0)
0