问题描述
是否有任何库获取xliff段作为输入并序列化"以显示在浏览器中?
Is there any library that gets as input an xliff segment and "serializes" it to be displayed in the browser ?
推荐答案
因此,我对该主题的研究很少.也可以解释为答案.
So, my little reasearch of this topic. Can be interpreted as answer as well.
范围:PHP及其实现.
Scope: PHP and its implementations.
转到上面的链接-> http://code.google. com/p/goatherd-php-library/wiki/Xliff ,最新更新:2011年5月8日
Went to link above -> http://code.google.com/p/goatherd-php-library/wiki/Xliff , latest update: May 8, 2011
然后用谷歌搜索(关键字:"php xliff")以获取此链接: https://github.com/oyagev/PHP-XLIFF -最新更新:2012年12月24日
Then googled (keyword: "php xliff") for this link: https://github.com/oyagev/PHP-XLIFF - latest update: Dec 24, 2012
然后(返回?)去Wikipedia以获得更多此类工具的清单: http://en.wikipedia .org/wiki/XLIFF
Then went (back?) to Wikipedia for more listings of such tools: 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/zh/zend.translate.adapter.html
then re-cosidered Zend Framework: 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文件中迁移半翻译的数据. :)
And finally started to decide, how to migrate half-translated data from database and localization-contained php files. :)
所以,我的选择是Github的项目.
So, my choice was the project from Github.
这篇关于Xliff的PHP库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!