@@ -96,7 +96,7 @@ |
||
96 | 96 | if ($this->translator === null) { |
97 | 97 | $this->translator = new Translator('en_US'); |
98 | 98 | $this->translator->addLoader('mo', new MoFileLoader()); |
99 | - $this->translator->addResource('mo', __DIR__ . '/../translations/messages.nn_NO.mo', 'nn_NO'); |
|
99 | + $this->translator->addResource('mo', __DIR__.'/../translations/messages.nn_NO.mo', 'nn_NO'); |
|
100 | 100 | } |
101 | 101 | |
102 | 102 | return $this->translator; |