简体   繁体   中英

xgettext to generate po file from html files

This is something I am trying so hard to get. tried a bunch of options, including this one found here Extracting gettext strings from Javascript and HTML files (templates) . No go.

this is the sample html

<h1 data-bind="text: _loc('translate this')"></h1>

the command I have tried (php, glade..)

xgettext -LPHP --force-po -o E:\Samples\poEdit\translated.po --from-code=utf-8 -k_loc E:\Samples\poEdit\html\samplePO.html

glade seems to look only inside tags and completely skips the keyword. Anyone solve this problem?

最终,我们最终编写了一个小型.net应用程序来解析html并创建json表示形式,并使用带有xgettext的PYTHON语言从javascript创建po文件。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM