zend-translate
How to do Zend_Locale with db and fallback?
So, I\'ve google\'d and found a way to make my application work with a db adapter for localization (which works great btw), now the next rising problem is fallback. Here\'s the scenario:[详细]
2023-02-03 14:54 分类:问答Zend_Translate class and space character
I am using Zend_Translate with ini adapter in my project. I want to know how it is possible to use space character in my ini file.[详细]
2023-02-02 06:14 分类:问答Encoding Problem with Zend Navigation using Zend Translate Spanish in XMLTPX File Special Characters
I have been attempting to use Zend Translate to display translated menu items to the user. It works fine until I introduce special characters into the translation files.[详细]
2023-01-30 07:15 分类:问答Zend_Translate, set up the log via the application resource plugin?
I\'m using application resource plugins in a .ini file to set up my Zend_Translate with this code: resources.translate.data = APPLICATION_PATH \"/../languages\"[详细]
2023-01-24 04:37 分类:问答Multilingual Site in Zend Framework
i am working on a site to include Multilingual Support. I can translate strings using Zend_Translate but what about the content??[详细]
2023-01-23 06:12 分类:问答How to get an ad hoc translation with Zend_Translate
I\'m using Zend_Translated to translated all my strings $translator->_(\'hello\') If my locale is in french this code will print \"Bonjour\".[详细]
2023-01-18 08:39 分类:问答Zend framework, gettext, poedit and human language in which key strings are written
I\'m writing a website using ZendFramework and decided to use the gettext system to internationalize its content.[详细]
2023-01-17 23:00 分类:问答Log translated strings when using Zend_Translate
With Zend Framework it\'s easy to log strings that h开发者_开发百科aven\'t got a translation. My question: how do you log the strings that do have a translation?[详细]
2023-01-16 09:17 分类:问答how to solve zend_translate problem with some keywords?
i am 开发者_如何学运维using zend_translate class (ini adaptor) for my multi language site. but when i use some keywords in my language files it produce error. for example (yes, no keywords).[详细]
2023-01-12 05:46 分类:问答Why is there no translation for the language 'en_US'?
Here is my config.ini resources.locale.defaul开发者_开发百科t = \"en\" resources.translate.adapter = \"gettext\"[详细]
2023-01-11 06:10 分类:问答