Translation Component ===================== The Translation component provides tools to internationalize your application. Getting Started --------------- ``` $ composer require symfony/translation ``` ```php use Symfony\Component\Translation\Translator; use Symfony\Component\Translation\Loader\ArrayLoader; $translator = new Translator('fr_FR'); $translator->addLoader('array', new ArrayLoader()); $translator->addResource('array', [ 'Hello World!' => 'Bonjour !', ], 'fr_FR'); echo $translator->trans('Hello World!'); // outputs « Bonjour ! » ``` Sponsor ------- The Translation component for Symfony 6.2 is [backed][1] by: * [Crowdin][2], a cloud-based localization management software helping teams to go global and stay agile. Help Symfony by [sponsoring][3] its development! Resources --------- * [Documentation](https://symfony.com/doc/current/translation.html) * [Contributing](https://symfony.com/doc/current/contributing/index.html) * [Report issues](https://github.com/symfony/symfony/issues) and [send Pull Requests](https://github.com/symfony/symfony/pulls) in the [main Symfony repository](https://github.com/symfony/symfony) [1]: https://symfony.com/backers [2]: https://crowdin.com [3]: https://symfony.com/sponsor
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
Catalogue | Folder | 0755 |
|
|
Command | Folder | 0755 |
|
|
DataCollector | Folder | 0755 |
|
|
DependencyInjection | Folder | 0755 |
|
|
Dumper | Folder | 0755 |
|
|
Exception | Folder | 0755 |
|
|
Extractor | Folder | 0755 |
|
|
Formatter | Folder | 0755 |
|
|
Loader | Folder | 0755 |
|
|
Provider | Folder | 0755 |
|
|
Reader | Folder | 0755 |
|
|
Resources | Folder | 0755 |
|
|
Test | Folder | 0755 |
|
|
Util | Folder | 0755 |
|
|
Writer | Folder | 0755 |
|
|
CHANGELOG.md | File | 6.88 KB | 0644 |
|
CatalogueMetadataAwareInterface.php | File | 1.41 KB | 0644 |
|
DataCollectorTranslator.php | File | 4.42 KB | 0644 |
|
IdentityTranslator.php | File | 661 B | 0644 |
|
LICENSE | File | 1.04 KB | 0644 |
|
LocaleSwitcher.php | File | 1.81 KB | 0644 |
|
LoggingTranslator.php | File | 3.49 KB | 0644 |
|
MessageCatalogue.php | File | 9.44 KB | 0644 |
|
MessageCatalogueInterface.php | File | 3.24 KB | 0644 |
|
MetadataAwareInterface.php | File | 1.33 KB | 0644 |
|
PseudoLocalizationTranslator.php | File | 10.85 KB | 0644 |
|
README.md | File | 1.23 KB | 0644 |
|
TranslatableMessage.php | File | 1.58 KB | 0644 |
|
Translator.php | File | 13.87 KB | 0644 |
|
TranslatorBag.php | File | 3.05 KB | 0644 |
|
TranslatorBagInterface.php | File | 916 B | 0644 |
|
composer.json | File | 1.92 KB | 0644 |
|