Xliff的PHP库

时间:2012-04-06 14:07:42

标签: php xml xliff

是否有任何库作为输入获取xliff段并“序列化”它以在浏览器中显示?

2 个答案:

答案 0 :(得分:1)

答案 1 :(得分:1)

所以,我对这个话题的一点研究。也可以解释为答案。

范围:PHP及其实现。

以上链接 - > http://code.google.com/p/goatherd-php-library/wiki/Xliff,最新更新:2011年5月8日

然后使用Google搜索(关键字:“php xliff”)此链接:https://github.com/oyagev/PHP-XLIFF - 最新更新:2012年12月24日

然后去(返回?)维基百科,了解更多此类工具的列表:http://en.wikipedia.org/wiki/XLIFF

然后找到了这个网站:http://phptrends.com/dig_in/xliff

然后重新考虑Zend框架:https://www.google.lv/webhp?sourceid=chrome-instant&ion=1&espv=2&es_th=1&ie=UTF-8#q=php+xliff+zend / http://framework.zend.com/manual/1.12/en/zend.translate.adapter.html

最后开始决定如何从数据库和本地化包含的php文件迁移半翻译数据。 :)

所以,我的选择是来自Github的项目。