.editorconfig .gitattributes .github/FUNDING.yml .github/ISSUE_TEMPLATE/Bug.md .github/ISSUE_TEMPLATE/Feature.md .github/ISSUE_TEMPLATE/config.yml .github/PULL_REQUEST_TEMPLATE.md .github/workflows/documentation.yaml .github/workflows/lint.yaml .github/workflows/qa.yaml .github/workflows/stale.yaml .github/workflows/symfony-lint.yaml .github/workflows/test.yaml .gitignore .php-cs-fixer.dist.php .readthedocs.yaml .symfony.bundle.yaml .yamllint CHANGELOG.md CONTRIBUTING.md LICENSE Makefile README.md UPGRADE-2.x.md UPGRADE-3.0.md bin/console composer.json docs/.doctor-rst.yaml docs/_static/.gitkeep docs/conf.py docs/images/locale_switcher.png docs/index.rst docs/reference/advanced_configuration.rst docs/reference/custom_action.rst docs/reference/global_locale_switcher.rst docs/reference/installation.rst docs/reference/orm.rst docs/requirements.txt phpstan-object-manager.php phpstan.neon.dist phpunit.xml.dist psalm.xml rector.php src/Action/SwitchLocaleAction.php src/Admin/Extension/AbstractTranslatableAdminExtension.php src/Admin/Extension/Gedmo/TranslatableAdminExtension.php src/Admin/Extension/Knplabs/TranslatableAdminExtension.php src/Block/LocaleSwitcherBlockService.php src/Checker/TranslatableChecker.php src/DependencyInjection/Compiler/AdminExtensionCompilerPass.php src/DependencyInjection/Compiler/GlobalVariablesCompilerPass.php src/DependencyInjection/Configuration.php src/DependencyInjection/SonataTranslationExtension.php src/Enum/TranslationFilterMode.php src/EventListener/LocaleSwitcherListener.php src/EventSubscriber/LocaleSubscriber.php src/Filter/TranslationFieldFilter.php src/Provider/Knplabs/LocaleProvider.php src/Provider/LocaleProviderInterface.php src/Provider/RequestLocaleProvider.php src/Resources/config/block.php src/Resources/config/listener.php src/Resources/config/provider.php src/Resources/config/routes.yaml src/Resources/config/service_gedmo.php src/Resources/config/service_knplabs.php src/Resources/config/service_locale_switcher.php src/Resources/config/service_orm.php src/Resources/config/twig.php src/Resources/config/twig_intl.php src/Resources/meta/LICENSE src/Resources/public/css/sonata-translation.css src/Resources/public/less/sonata-translation.less src/Resources/translations/SonataTranslationBundle.de.xliff src/Resources/translations/SonataTranslationBundle.en.xliff src/Resources/translations/SonataTranslationBundle.es.xliff src/Resources/translations/SonataTranslationBundle.fr.xliff src/Resources/translations/SonataTranslationBundle.hu.xliff src/Resources/translations/SonataTranslationBundle.it.xliff src/Resources/translations/SonataTranslationBundle.nl.xliff src/Resources/translations/SonataTranslationBundle.pl.xliff src/Resources/translations/SonataTranslationBundle.pt.xliff src/Resources/translations/SonataTranslationBundle.ru.xliff src/Resources/views/Block/block_locale_switcher.html.twig src/Resources/views/standard_layout.html.twig src/SonataTranslationBundle.php src/Twig/Extension/IntlExtension.php src/Twig/Extension/SonataTranslationExtension.php tests/Action/SwitchLocaleActionTest.php tests/Admin/Extension/AbstractTranslatableAdminExtensionTest.php tests/Admin/Extension/Gedmo/TranslatableAdminExtensionTest.php tests/Admin/Extension/Knplabs/TranslatableAdminExtensionTest.php tests/App/Admin/GedmoCategoryAdmin.php tests/App/Admin/KnpCategoryAdmin.php tests/App/AppKernel.php tests/App/DataFixtures/GedmoCategoryFixtures.php tests/App/DataFixtures/KnpCategoryFixtures.php tests/App/Entity/GedmoCategory.php tests/App/Entity/KnpCategory.php tests/App/Entity/KnpCategoryTranslation.php tests/App/config/config_v4.yml tests/App/config/config_v5.yml tests/App/config/routes.yaml tests/App/config/security_v4.yml tests/App/config/security_v5.yml tests/App/config/services.php tests/Block/LocaleSwitcherBlockServiceTest.php tests/Checker/TranslatableCheckerForKnpTest.php tests/Checker/TranslatableCheckerTest.php tests/DependencyInjection/ConfigurationTest.php tests/DependencyInjection/SonataTranslationExtensionTest.php tests/EventSubscriber/LocaleSubscriberTest.php tests/Fixtures/Model/Knplabs/TranslatableEntity.php tests/Fixtures/Model/Knplabs/TranslatableEntityTranslation.php tests/Fixtures/Model/ModelCustomTranslatable.php tests/Fixtures/Model/ModelTranslatable.php tests/Fixtures/Traits/ORM/ArticlePersonalTranslatable.php tests/Fixtures/Traits/ORM/ArticlePersonalTranslation.php tests/Fixtures/Traits/ORM/Knplabs/AbstractArticleTranslation.php tests/Fixtures/Traits/ORM/Knplabs/Article.php tests/Fixtures/Traits/ORM/Knplabs/ArticleTranslation.php tests/Functional/GedmoCRUDTest.php tests/Functional/KnpCRUDTest.php tests/Provider/Knplabs/LocaleProviderTest.php tests/Provider/RequestLocaleProviderTest.php tests/Resources/XliffTest.php tests/Traits/DoctrineOrmTestCase.php tests/Traits/GedmoOrmTest.php tests/Traits/KnplabsOrmTest.php tests/Twig/Extension/Fixtures/language_name.test tests/Twig/Extension/IntlExtensionTest.php tests/autoload.php.dist tests/bootstrap.php tests/custom_bootstrap.php <<<<<< network # path=build/logs/clover.xml <<<<<< EOF