Top "Gettext" questions

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

PHP using Gettext inside <<<EOF string

I use PHP's EOF string to format HTML content without the hassle of having to escape quotes etc. How can …

php gettext eof
Compiler error - msgfmt command not found

I'm trying to update Git from my shared hosting. For that I'm following these steps: Download latest Git version Unpack …

git compiler-errors gettext shared-hosting msgfmt
Android: Check if EditText is Empty when inputType is set on Number/Phone

I have an EditText in android for users to input their AGE. It is set an inputType=phone. I would …

android android-edittext gettext
Is there any git hook for pull?

I need to perform some actions (prepare gettext *.mo message files) on my project everytime I run git pull. Is …

git hook gettext
Selenium getText

I want to getText() using By.id or By.cssSelector. I managed to solve my problem by doing getAttribute("value"), …

java selenium selenium-webdriver gettext getattribute
django-admin.py makemessages not working

I am trying to translate a string. {% load i18n %} {% trans "Well, Hello there, how are you?" %} to... Hola amigo, ¿…

python django homebrew gettext
How to add a new string to a *.po file w/ a PO editor

I MANUALLY created a file: test.po with the contents: msgid "greeting" msgstr "Hello World" Now I can edit the …

translation gettext poedit
Can't get gettext (php) on Ubuntu working

The following example works on Mac OS X with Apache, i.e. I get the translated string echoed back. But …

php ubuntu gettext php-gettext
What good alternatives to Poedit are there?

I'm looking for a .po/.mo editor. I am using gettext for the translation files but don't really like Poedit. …

translation gettext poedit
How to generate a .po file?

On Windows using WAMPserver (Apache, MySQL, PHP) I have the following: //test.php if (!defined('LC_MESSAGES')) define('LC_MESSAGES', 6); $…

php localization gettext poedit