File Manager Lite
Dir:
/home/codewavebd/public_html/vendor/symfony/translation
Upload
[..]
CHANGELOG.md (8.33 KB)
Edit
Rename
Del
Catalogue/
Rename
Del
Command/
Rename
Del
DataCollector/
Rename
Del
DependencyInjection/
Rename
Del
Dumper/
Rename
Del
Exception/
Rename
Del
Extractor/
Rename
Del
Formatter/
Rename
Del
IdentityTranslator.php (661 B)
Edit
Rename
Del
LICENSE (1.04 KB)
Edit
Rename
Del
Loader/
Rename
Del
Provider/
Rename
Del
README.md (1.01 KB)
Edit
Rename
Del
Reader/
Rename
Del
Resources/
Rename
Del
Test/
Rename
Del
Util/
Rename
Del
Writer/
Rename
Del
composer.json (1.92 KB)
Edit
Rename
Del
Edit: IdentityTranslator.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Translation; use Symfony\Contracts\Translation\LocaleAwareInterface; use Symfony\Contracts\Translation\TranslatorInterface; use Symfony\Contracts\Translation\TranslatorTrait; /** * IdentityTranslator does not translate anything. * * @author Fabien Potencier <fabien@symfony.com> */ class IdentityTranslator implements TranslatorInterface, LocaleAwareInterface { use TranslatorTrait; }
Simpan