How to generate translation file (.po, .xliff, .yml,…) from a Symfony2/Silex project?

前端 未结 3 1444
野性不改
野性不改 2021-02-09 15:56

Im going to build a Silex/Symfony2 project and I have been looking around for a method to generate XLIFF/PO/YAML translation files based on texts-to-be-translated inside the pro

3条回答
  •  感情败类
    2021-02-09 16:38

    After a long time searching the internet, I found a good one:

    https://github.com/schmittjoh/JMSTranslationBundle

提交回复
热议问题