We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc1c6cb commit 45052ebCopy full SHA for 45052eb
Translator.php
@@ -72,6 +72,8 @@ public function addLoader($format, LoaderInterface $loader)
72
public function addResource($format, $resource, $locale, $domain = 'messages')
73
{
74
$this->resources[$locale][] = array($format, $resource, $domain);
75
+
76
+ unset($this->catalogues[$locale]);
77
}
78
79
/**
0 commit comments