gettext
Should I use gettext for this instead?
My product must be independent of the brand/logo and it should send a localized message. I don\'t need more than 2 localizations now (English and Portuguese) but I might need more later so it should b[详细]
2023-04-13 04:24 分类:问答Possible to add a translation to a gettext (*.po) catalog using PHP?
I am adding localization to a website. This process could be fully automated if I could simply add the translation to the .po file through PHP, but I can\'t seem to find a library which allows this (a[详细]
2023-04-12 13:00 分类:问答Smarty and gettext
What\'s the easiest way to use gettext combined with smarty, is there some simalar function as there is available in php: _(\'hello world\');开发者_StackOverflow ?[详细]
2023-04-11 09:18 分类:问答Gettext genitive
Let\'s say I want to display the following text to the user: \"John\'s car\" I\'m using gettext to output it:开发者_Go百科[详细]
2023-04-11 08:53 分类:问答What is the difference in the file content of a .po and a .pot file?
I would like to have the following process flow: The programmer marks some entries in the source code as translatable[详细]
2023-04-11 07:09 分类:问答Gettext automatic comments generation
I\'m doing i18n for a php project using gettext. I\'d like to use the automatic comment feature to give hints to translator开发者_如何学运维s when translating long phrases replaced by id. What I want[详细]
2023-04-10 17:40 分类:问答gettext usage for 2 strings that are the same
Is there a more compact way if I want 2 keys have the same value? This works: 开发者_如何学Cmsgid \"Next\"[详细]
2023-04-10 08:05 分类:问答Why does gettext translate an empty string to the .po header text?
I\'ve got gettext setup within PHP5. After some struggling with the charactersets and the like, I\'ve managed to translate some basic strings. Now I\'ve ran into a problem. When translating an empty s[详细]
2023-04-09 07:29 分类:问答Proper way to initialize gettext in runtime in asp.net / monodevelop
I am trying to 开发者_C百科get localization to work in an asp.net mvc project using monodevelop on mac. I have added a translation project and translated the text \'Welcome\' in danish.[详细]
2023-04-08 17:41 分类:问答Gettext: Different path for message catalogs
In a Python application that uses gettext to provide support for internationalization, I would like to change the path of the *.mo message catalogs to po/language.mo instead of the default localedir/l[详细]
2023-04-08 10:59 分类:问答