Linux spg1.cloudpowerdns.com 5.14.0-611.34.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 18 05:51:10 EST 2026 x86_64
LiteSpeed
Server IP : 176.9.63.151 & Your IP : 216.73.217.94
Domains :
Cant Read [ /etc/named.conf ]
User : fastear1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
fastear1 /
.trash /
vendor /
symfony /
translation /
Delete
Unzip
Name
Size
Permission
Date
Action
Catalogue
[ DIR ]
drwxr-xr-x
2025-09-16 11:25
Command
[ DIR ]
drwxr-xr-x
2025-09-16 16:46
DataCollector
[ DIR ]
drwxr-xr-x
2025-09-16 02:36
DependencyInjection
[ DIR ]
drwxr-xr-x
2025-09-16 05:57
Dumper
[ DIR ]
drwxr-xr-x
2025-09-16 19:01
Exception
[ DIR ]
drwxr-xr-x
2025-09-16 12:10
Extractor
[ DIR ]
drwxr-xr-x
2025-09-16 10:25
Formatter
[ DIR ]
drwxr-xr-x
2025-09-16 11:16
Loader
[ DIR ]
drwxr-xr-x
2025-09-16 18:52
Provider
[ DIR ]
drwxr-xr-x
2025-09-16 13:01
Reader
[ DIR ]
drwxr-xr-x
2025-09-16 18:57
Resources
[ DIR ]
drwxr-xr-x
2025-07-30 22:30
Test
[ DIR ]
drwxr-xr-x
2025-09-16 16:11
Util
[ DIR ]
drwxr-xr-x
2025-07-30 22:30
Writer
[ DIR ]
drwxr-xr-x
2025-09-16 18:58
CHANGELOG.md
7.27
KB
-rw-r--r--
2025-07-30 22:30
CatalogueMetadataAwareInterface.php
1.46
KB
-rw-r--r--
2025-07-30 22:30
DataCollectorTranslator.php
4.42
KB
-rw-r--r--
2025-07-30 22:30
IdentityTranslator.php
661
B
-rw-r--r--
2025-07-30 22:30
LICENSE
1.04
KB
-rw-r--r--
2025-07-30 22:30
LocaleSwitcher.php
1.96
KB
-rw-r--r--
2025-07-30 22:30
LoggingTranslator.php
3.49
KB
-rw-r--r--
2025-07-30 22:30
MessageCatalogue.php
10.18
KB
-rw-r--r--
2025-07-30 22:30
MessageCatalogueInterface.php
3.4
KB
-rw-r--r--
2025-07-30 22:30
MetadataAwareInterface.php
1.38
KB
-rw-r--r--
2025-07-30 22:30
PseudoLocalizationTranslator.php
10.86
KB
-rw-r--r--
2025-07-30 22:30
README.md
1.01
KB
-rw-r--r--
2025-07-30 22:30
TranslatableMessage.php
1.56
KB
-rw-r--r--
2025-07-30 22:30
Translator.php
14.11
KB
-rw-r--r--
2025-07-30 22:30
TranslatorBag.php
3.05
KB
-rw-r--r--
2025-07-30 22:30
TranslatorBagInterface.php
917
B
-rw-r--r--
2025-07-30 22:30
composer.json
1.89
KB
-rw-r--r--
2025-07-30 22:30
error_log
21.78
KB
-rw-r--r--
2025-09-21 23:31
Save
Rename
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 ------- Help Symfony by [sponsoring][1] 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/sponsor