How to set gettext text domain in Poedit?
Asked Answered
E

1

4

I need to parse my php files where is used several text-domains. I want to parse just one specific domain (others have been already translated) How to make Poedit to do that?

Is it required to compile mo file bounded to some text-domain? If it is, how to do it in Poedit.

I am using windows and do not want to install Cigwin with Gettext.

Thanks for any help.

Encrinite answered 10/2, 2010 at 20:16 Comment(0)
D
0

You don't need install Cygwin for gettext, because there is ready to use gettext for windows: http://gnuwin32.sourceforge.net/packages/gettext.htm

To gather strings for translations you need to create POT/PO files, not binary MO files. Usually this is done via xgettext utility from gettext.

Dyarchy answered 11/2, 2010 at 8:48 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.