Top "Gettext" questions

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

Can't find msguniq. Make sure you have GNU gettext tools 0.15 or newer installed. (Django 1.8 and OSX ElCapitan)

I'm trying to internationalize a Django app by following the wonderful Django documentation. The problem is when I try to …

python django macos gettext osx-elcapitan
How to debug gettext not working in PHP?

i am trying to use the php gettext extension in php 5.5 (on win2008 server, using IIS7). I am doing this: &…

php localization internationalization gettext setlocale
How to generate translation file for a custom Drupal 7 module?

I'm using CentOS 5.5 Linux (without X), PHP 5.3 and Drupal 7.0. The core language of my site is Russian (not English)! I've …

drupal localization internationalization gettext drupal-7
Alternatives to gettext?

Are there any general localization/translation alternatives to gettext? Open source or proprietary doesn't matter. When I say alternative to …

localization internationalization gettext
Django templates: Best practice for translating text block with HTML in it

In Django templates, how would I translate a block that contains HTML? For example: {% trans "Please" %} <a href="{% url …

django internationalization django-templates gettext
PHP gettext on Windows

There are some tutorials out there for gettext (with Poedit)... unfortunately, it's mostly for a UNIX environment. And even more …

php windows gettext
PHP Localization Best Practices? gettext?

We are in the process of making our website international, allowing multiple languages. I've looked into php's "gettext" however, if …

php localization internationalization gettext
Flask-Babel how to use translation in Jinja template file

In my Flask application, in main.py file, I defined: from flaskext.babel import gettext .... def somefun(): return render_template(…

python flask jinja2 gettext flask-babel
PHP/Gettext Problems

I remember running some tests a some months ago with gettext and the following code worked perfectly: putenv('LANG=l33…

php locale gettext zend-translate setlocale
Python : No translation file found for domain using custom locale folder

I have the following structure : / |- main.py |- brainz | |- __init__.py | |- Brainz.py |- datas |- locale |…

python gettext