zend-translate
Translating route segments with ZF's gettext adapter
I want to try out the route translations in Zend Framework, but I\'m using the gettext adapter and the most tutorials have PHP translate adapter, so I\'m having problems to make it work.[详细]
2023-04-06 17:42 分类:问答Disable translator for Zend_Form_Element, but not it's validators
I have a Zend_Form_Element_Select object, and about 3k select options. When the customer asked me to look further into optimization possibilities, I did some debug tracing, and noticed, that there wer[详细]
2023-04-01 12:37 分类:问答Zend Framework locale and translation problems in form with Zend_Locale, Zend_Translate and Zend_Form
I\'ve been hav开发者_JAVA百科ing a few problems with Zend_Locale and Zend_Translate, specifically with htmlentities. But there a couple of other oddities.[详细]
2023-03-27 02:02 分类:问答Zend_Translate problems between two languages
Hot off the heels of my other question: why doesn't the Zend_Locale honor abbreviated formats like zh_HK or zh_CN[详细]
2023-03-25 13:42 分类:问答How do i use translate in the Controller using Zend?
Usually i user translation in View with this code : <?php ec开发者_如何学运维ho $this->translate(\"hello\"); ?>[详细]
2023-03-15 19:20 分类:问答How do you organize gettext translation files which REGIONALISED?
My application is i18n but with reg开发者_Go百科ion difference, that\'s mean, I\'ll need to have such translations:[详细]
2023-03-11 18:54 分类:问答Zend internationalized view helper
in my current project, I need to to use a helper and I would like to translate the string inside this view helper in my .po files. So, I think i need to use the translate() helper but I don\'t figure[详细]
2023-02-19 17:56 分类:问答How to translate messages of a custom validator in Zend Framework?
I created a custom validator by extending Zend_Validate_Abstract to validate a CAPTCHA input regarding Zend_Captcha:[详细]
2023-02-18 01:53 分类:问答Zend Translate Component - Blank page - no framework website
I\'m trying to add Zend Translate component into a very basic no开发者_JS百科-framework website (since gettext is giving me headaches in shared hosting environment)[详细]
2023-02-15 08:00 分类:问答how to add multiple types of translations in zend
I used this code to try and add a translation array from /resources/languages ANd to add a translation from /application/languages/nl.mo (gettext)[详细]
2023-02-12 09:50 分类:问答