We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 628e62f commit b2425fbCopy full SHA for b2425fb
Translation/Translator.php
@@ -80,7 +80,7 @@ public function getLocale()
80
/**
81
* {@inheritdoc}
82
*/
83
- protected function loadCatalogue($locale)
+ protected function doLoadCatalogue($locale)
84
{
85
if (isset($this->catalogues[$locale])) {
86
return;
@@ -96,7 +96,7 @@ protected function loadCatalogue($locale)
96
if (!$cache->isFresh()) {
97
$this->initialize();
98
99
- parent::loadCatalogue($locale);
+ parent::doLoadCatalogue($locale);
100
101
$content = sprintf(
102
"<?php use Symfony\Component\Translation\MessageCatalogue; return new MessageCatalogue('%s', %s);",
0 commit comments