Skip to content

Commit

Permalink
Symfony translation domain is not being created as tag when creating …
Browse files Browse the repository at this point in the history
…translation (#21)
  • Loading branch information
marcortola authored and Nyholm committed Feb 10, 2018
1 parent 9cabe13 commit 517f9d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Loco.php
Expand Up @@ -116,6 +116,8 @@ public function create(Message $message)
}
}

$this->client->asset()->tag($projectKey, $message->getKey(), $message->getDomain());

if (!empty($message->getMeta('parameters'))) {
// Pretty print the Meta field via YAML export
$dump = Yaml::dump(['parameters' => $message->getMeta('parameters')], 4, 5);
Expand Down

0 comments on commit 517f9d5

Please sign in to comment.