What are good tools/frameworks for i18n of a php codebase?(php 代码库的 i18n 有哪些好的工具/框架?)
问题描述
我一直在寻找一些用于启用动态 php 应用程序的本地化和国际化的选项.似乎有各种可用的工具,例如 gettext 和 Yahoo 的 R3,我很想听听开发人员和翻译人员的意见,了解哪些工具好用,哪些功能对简化实施和翻译任务很重要.
I have been looking at a few options for enabling localization and internationalization of a dynamic php application. There appears to be a variety of tools available such as gettext and Yahoo's R3 and I am interested in hearing from both developers and translators about which tools are good to use and what functionality is important in easing the task of implementation and translation.
推荐答案
PHP gettext 实现非常顺利.使用 po edit 和 gettext 的 po 文件是处理本地化的最佳方式,请记住,没有任何一种解决方案可以完全处理各种语言的复杂性.例如,gettext 方法在复数形式上非常好,但我所见过的任何东西都不能处理诸如共轭之类的事情.
PHP gettext implementation works very smoothly. And po files with po edit and gettext are about as good a way as you can get to deal with localization bearing in mind that no solution of this kind can completely handle the complexities of the various languages. For example, the gettext method is very good on plural forms, but nothing I've seen can handle things like conjugation.
有关更多信息,请参阅我的帖子:如何你会建立一个多语言的网站吗?
For more info see my post here: How do you build a multi-language web site?
这篇关于php 代码库的 i18n 有哪些好的工具/框架?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:php 代码库的 i18n 有哪些好的工具/框架?
基础教程推荐
- 超薄框架REST服务两次获得输出 2022-01-01
- 如何在 PHP 中的请求之间持久化对象 2022-01-01
- 在多维数组中查找最大值 2021-01-01
- 通过 PHP SoapClient 请求发送原始 XML 2021-01-01
- XAMPP 服务器不加载 CSS 文件 2022-01-01
- mysqli_insert_id 是否有可能在高流量应用程序中返回 2021-01-01
- 在 Woocommerce 中根据运输方式和付款方式添加费用 2021-01-01
- WooCommerce 中选定产品类别的自定义产品价格后缀 2021-01-01
- 在 PHP 中强制下载文件 - 在 Joomla 框架内 2022-01-01
- Libpuzzle 索引数百万张图片? 2022-01-01