I'll be stight with my question.
Is it portable? Can I use it on MS Windows platform?
I do have a php_gettext.dll and Apache boots up with no problem (php.ini) but... the only tutorial I found seems to describe the process for unix like platorms.
I mean - I created the directory structures and stuff, but now I'm stuck with the $ xgettext -n *.php
Are the gettext utilities available for Windows and can I change (update) translation files via php code. I'd like to create some sort of admin module for my site where she can easily change and correct the translations.
How do you use gettext on windows and is it portable?
Thank U,