Skip to content

Commit

Permalink
Removing unneded matches in ExtractTask
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Sep 27, 2014
1 parent 3dc052f commit e0314d2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Shell/Task/ExtractTask.php
Expand Up @@ -361,10 +361,7 @@ protected function _extractTokens() {
$this->_parse('__x', array('context', 'singular'));
$this->_parse('__xn', array('context', 'singular', 'plural'));
$this->_parse('__dx', array('domain', 'context', 'singular'));
$this->_parse('__dxc', array('domain', 'context', 'singular', 'category'));
$this->_parse('__dxn', array('domain', 'context', 'singular', 'plural'));
$this->_parse('__dxcn', array('domain', 'context', 'singular', 'plural', 'count', 'category'));
$this->_parse('__xc', array('context', 'singular', 'category'));

}
}
Expand Down

0 comments on commit e0314d2

Please sign in to comment.