<?php

use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;

// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
// Returns the private 'pim_localization.provider.ui_locale' shared service.

include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Component/Localization/Provider/LocaleProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/UiLocaleProvider.php';

return $this->privates['pim_localization.provider.ui_locale'] = new \Akeneo\Platform\Bundle\UIBundle\UiLocaleProvider(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['pim_catalog.repository.locale'] ?? $this->getPimCatalog_Repository_LocaleService()), 0.8, $this->parameters['pim_localization.provider.ui_locale.locale_codes']);
