Top "Gettext" questions

Gettext is an internationalization and localization (i18n) library which is commonly used for writing multilingual programs.

Is there a Java library for parsing gettext PO files?

Does anyone know of a Java library that will let me parse .PO files? I simply want to create a …

java api scala gettext po
How to generate a new .pot template from a translated .po file

Having started off with an incomplete gettext .pot file, the resulting .po translations file now includes a large number of …

php gettext xgettext
Django makemessages errors Unknown encoding "utf8"

I installed python separated from yum. Now, I need to recompile the language pack for the OSQA system, but get …

python django gettext
Android Edittext- Clearing Spans

I am trying to get an EditText to clear its spans by calling EditText.getText().clearSpans(). However, if I call …

android android-edittext gettext html redraw
xgettext vs gettext

I have a few questions: I know what gettext is. I've read a few posts where they mentioned xgettext and …

php gettext xgettext
Gettext will always use system default locale

I need to localise a Windows-only PHP web application and I'm evaluating the gettext extension but I'm having the hardest …

php windows apache gettext
translate .js files using gettext

I found this cool js gettext library -> http://code.google.com/p/gettext-js/ but I don't understand how …

javascript gettext poedit
Parsing gettext `.po` files with python

I need to extract messages from .po files. Is there a Python module to do that? I wrote a parser, …

python gettext
Django switching, for a block of code, switch the language so translations are done in one language

I have a django project that uses a worker process that sends emails to users. The worker processes listens to …

python django internationalization translation gettext