Help
Symfony app internationalization and localization
Symfony is a set of reusable PHP components and a PHP framework for web projects.
- Created by
- Fabien Potencier
- Released
- October 2005
- Links
-
https://symfony.com
Wikipedia
🔗Symfony applications are usually translated using
🔗Related Platforms
🔗Best way to localize Symfony apps
The first step is to extract the text to translate into language files. This process is called internationalization. The built-in libraries can be used to extract the text to translate into YAML or PHP Array files.
Once you have internationalized your Symfony app, use a translation software localization tool such as WebTranslateIt to manage your localization workflow.
It is easy to translate a Symfony app with WebTranslateIt. Create a project, upload your source language file in the File Manager and translate it on the Translation Interface.
The tools included in WebTranslateIt, such as Batch Operations, the Translation Memory or Machine Translation can help you translate that file automatically, faster and cost effectively.
🔗Links of interest
- WebTranslateIt’s CLI to help sync language files.
- ozean12/WebTranslateItBundle A Symfony 2 / Symfony 3 bundle which integrates with WebTranslateIt.