|
@@ -96,8 +96,8 @@ |
|
|
block discarded – undo |
|
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'); |
|
100
|
|
- $this->translator->addResource('mo', __DIR__ . '/../translations/messages.nb_NO.mo', 'nb_NO'); |
|
|
99
|
+ $this->translator->addResource('mo', __DIR__.'/../translations/messages.nn_NO.mo', 'nn_NO'); |
|
|
100
|
+ $this->translator->addResource('mo', __DIR__.'/../translations/messages.nb_NO.mo', 'nb_NO'); |
|
101
|
101
|
} |
|
102
|
102
|
|
|
103
|
103
|
return $this->translator; |
Please login to merge, or discard this patch.