xgettext
xgettext extracts wrong literals
I use this to extract all string literals that need translation: xgettext -o $@ -k\"Localizer.get\" $^ --from-code=utf-8[详细]
2023-04-11 06:03 分类:问答Django MakeMessages missing xgettext in Windows
Running Django on Windows 7. I\'m currently trying to translate a couple of Django templates using the instructions found in the django book chapter 19. I\'ve added a translation tag to the template,[详细]
2023-04-10 07:40 分类:问答Regex to find GetText strings "<%$ GetText:"
I need to grab the text \"Home\" or \'Home\' from this code: <%@ Page Title=\"<%$ GetText: \'**Home**\' %>\" Language=\"C#\" ..%>[详细]
2023-02-22 19:45 分类:问答xgettext in gtk+
I am new to the gettext and Gtk+ programming world. First of all, I am developing an application on windows using the gtk+ library.[详细]
2023-01-23 21:19 分类:问答poedit and xml files
How to configure poedit to extract strings from xml file? I have Zend Framework navigation items in .xml like this:[详细]
2023-01-08 04:01 分类:问答Recursive xgettext?
How can I compile a .po file using xgettext with PHP files with a single command recursively? M开发者_开发技巧y PHP files exist in a hierarchy, and the straight xgettext command doesn\'t seem to dig[详细]
2022-12-13 07:26 分类:问答