8000 [Translation][Extractor] Allow extracting an array of files besides extracting a directory by marcosdsanchez · Pull Request #14002 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[Translation][Extractor] Allow extracting an array of files besides extracting a directory #14002

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Twig Bridge and FrameworkBundle CHANGELOG.md files
  • Loading branch information
marcosdsanchez committed Mar 26, 2015
commit 4c5adbcf89ecb92b4ef048c00212978c234b06aa
1 change: 1 addition & 0 deletions src/Symfony/Bridge/Twig/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ CHANGELOG
* added LogoutUrlExtension (provides `logout_url` and `logout_path`)
* added an HttpFoundation extension (provides the `absolute_url` and the `relative_path` functions)
* added AssetExtension (provides the `asset` and `asset_version` functions)
* Added possibility to extract translation messages from a file or files besides extracting from a directory

2.5.0
-----
Expand Down
5 changes: 5 additions & 0 deletions src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGELOG
=========

2.7.0
-----

* Added possibility to extract translation messages from a file or files besides extracting from a directory

2.6.0
-----

Expand Down
0