8000 [2.1] Extracting translation messages from templates by michelsalib · Pull Request #1283 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[2.1] Extracting translation messages from templates #1283

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
wants to merge 15 commits into from
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
Next Next commit
tweak the twig bundle
  • Loading branch information
Michel Salib committed Jun 13, 2011
commit a8b8a8ac859f745185d3130a407927bfec8e587d
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use Symfony\Component\Yaml\Yaml;

class TranslationUpdateCommand extends Command
{
{
/**
* Compiled catalogue of messages
* @var \Symfony\Component\Translation\MessageCatalogue
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
class FileTranslationExtractor implements TranslationExtractorInterface
{
/**
* Supported formats for import
* Loaders used for import
*
* @var array
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
class FileTranslationWriter
{
/**
* Supported formats for export
* Formatters used for export
*
* @var array
*/
Expand Down
0