@@ -7,11 +7,11 @@ |
||
7 | 7 | { |
8 | 8 | public function trans($id, array $parameters = [], $domain = 'messages', $locale = null) |
9 | 9 | { |
10 | - return $this->get('vojtasvoboda.twigextensions::lang.' . $id, $parameters, $locale); |
|
10 | + return $this->get('vojtasvoboda.twigextensions::lang.'.$id, $parameters, $locale); |
|
11 | 11 | } |
12 | 12 | |
13 | 13 | public function transChoice($id, $number, array $parameters = [], $domain = 'messages', $locale = null) |
14 | 14 | { |
15 | - return $this->choice('vojtasvoboda.twigextensions::lang.' . $id, $number, $parameters, $locale); |
|
15 | + return $this->choice('vojtasvoboda.twigextensions::lang.'.$id, $number, $parameters, $locale); |
|
16 | 16 | } |
17 | 17 | } |