Gettext is an internationalization and localization (i18n) library which is commonly used for writing multilingual programs. Its most popular implementation is that of the GNU project.
1
vote
1answer
57 views
Translation using gettext impossible
I can't translate anything on my site. To debug (on my local server), I put this
bindtextdomain("mysite", "../locale"); //path is correct
bind_textdomain_codeset("mysite", 'UTF-8');
...
0
votes
1answer
114 views
gnugettext base directory for Delphi XE2
I am evaluating gnugettext for Delphi XE2. All seems to be OK except that it seems that we don't have translation directory(ies) choice : it is always "\locale\Lc_MESSAGES\".
As I need to share ...
0
votes
2answers
31 views
PyGetText fails with translating a variable
I'm trying to translate a variable during rubtime:
STATE = 'Not Ready'
txt = _(STATE)
where STATE is set elsewhere to one of several values.
The program works fine but running PyGetText fails with ...
1
vote
0answers
69 views
Merge process for gettext - how to remove old strings
I want to improve my gettext translation file process, so I only have one .po file for the application, to avoid duplicated translation work when I send my files to translation agencies and reducing ...
0
votes
1answer
34 views
Prevent gettext translation
A variable $status is assigned the string values 'stop' or 'go' (in php action).
In the view, I would like to display the value of $status in such a way that "stop" is displayed in red and "go" in ...
0
votes
1answer
92 views
Django locale/translations not showing
In typical Django development style, to form a complete picture of what to do, I am using a combination of
The Django docs on localization (which actually only describes how to set up language ...
0
votes
1answer
150 views
Using GetText with Yii
I was using Yii's CPhpMessageSource for message translations. BUt i don't want to use it for my new project. Because i'll give source files to a translator, and i don't want to give him .php files for ...
0
votes
1answer
66 views
wxWidgets: Preferred way to name .po/.mo files: en/app.mo or en.mo?
My application is to be written using wxWidgets, but the question may be related to using gettext in general.
For the application named app, some sources suggest I sould create <lang>/ ...
1
vote
2answers
52 views
How to I mark an empty translation (msgstr) as translated in po gettext files?
I found that is the translation for a string (msgid) is empty all gettext tools will consider the string as untranslated.
Is there a workaround for this? I do want to have an empty string as the ...
1
vote
0answers
76 views
Symbol not found: _libintl_gettext
I am trying to create a NodeJS module using C++ and node-gyp. The package depends on GNU's Gettext library. I am currently using Mac OS X Mountain Lion. I have tried installing the package myself via ...
1
vote
1answer
64 views
Gettext clone or alternative under permissive license (non-copyleft)?
At the moment I am trying to find a gettext alternative with comparable tool support. However, the library itself needs to be under a permissive license, so that the binaries can be linked statically ...
0
votes
0answers
129 views
entering data into a class JTextfield and sending it another classes JTextfield
I am creating a tabbed pane program and i am stuck on sending data from one class to another. They are two different JTextFields and i want to be able to enter a number and bring it to the next ...
0
votes
1answer
44 views
wxWidgets: User defined (or from config), language dependent strings. How?
Our application (rewritten to wxWidgets) should use mostly common strings from the language catalogs (.mo). But it also uses panels with texts that are tailored for the customer via the configuration ...
2
votes
1answer
110 views
Is it a good idea to use Gettext and ICU MessageFormat combined?
When I read about Gettext and ICU MessageFormat, both are always described as being opposed approaches to localization.
But I thought, that a combination of both would be an interesting idea: Use ...
0
votes
2answers
120 views
gettext: How to fall back to the base language?
I am planning to rewrite our application using wxWidgets. Also because of that I would like to use the gettext way of working with human languages. We currently use four of them: Czech, Slovak, ...
0
votes
1answer
211 views
getText() returns a blank in selenium even if the text is not hidden tried javascript also
I am trying to match the text and select the check box.
I am trying to get the text or the innerHTML from input tag of type checkbox.
I tried getText(); it returns blank, innerHTML, innerText returns ...
0
votes
1answer
54 views
best and fast solution for internationalization applications?
i just finished my script and now i want to translate this code to another language like english.now i am looking for best and fastest way to achieve that.many people talk about php_gettext but in ...
1
vote
1answer
63 views
How to determine the installed version of gettext?
I have a Perl module that handles localization tasks using the GNU gettext utilities xgettext, msgfmt, msginit, and msgmerge. I got some test failures from a SunOS system which, when I looked into it, ...
0
votes
2answers
184 views
Gettext python pyramid utf8
I have a project using gettext to translate English to Japanese but.
This is my code .py file
import gettext
t=gettext.translation('noname','advbus/locale', languages=['ja'])
_=t.gettext
print ...
4
votes
2answers
777 views
How to clear php's gettext cache without restart Apache nor change domain?
This is a little code snippet from php manual:
putenv('LC_ALL=zh_CN');
setlocale(LC_ALL, 'zh_CN');
bindtextdomain('domain', './locale');
textdomain('domain');
echo gettext('Hello');
Which will ...
0
votes
1answer
67 views
getText from one layout and (setting it) setText in an other layout
i call this method SolveUpdation (from button- onclickAction Listener) from mainAcitivity with main layout. i use other layout to get value from user and set it as button title in the main layout and ...
0
votes
2answers
252 views
Cannot get text from JTextPane
So I have a JTextPane, and I have a method that returns a String containing the text in the JTextPane. I have been trying to fix this for weeks. The getText() method returns a blank line. I tried ...
2
votes
0answers
69 views
How to package translation files for a Python application?
I have an application written in Python and Gtk which contains a number of translation string inside, properly marked using _().
The repository of this application contains a set of .po files for ...
1
vote
1answer
748 views
The method getText() is undefined for the type EditText — How?
Yes, I'm totally new to this platform, but getText() IS a method of EditText, is it not?
I just copied and pasted the exact error from my simple app, which I copied word-for-word from a web tutorial. ...
0
votes
0answers
38 views
A way to simulate a setlocale('aDifferentLanguage') for the duration of one request?
i need to change the output language of a page, but only for one Request.
I didn't find anything in the offical documentation, so I solved the Problem temporarily by using the following code:
...
1
vote
0answers
37 views
How can i log when getText() doesn't find a translation and uses the given string instead?
i need to log any calls to gettext(), which use the fallback case (the given string) because there was no translation found. Is there a way to log that information?
If that makes a difference: I use ...
0
votes
1answer
122 views
PHP: HTML inside gettext function string
I'm somewhat of confused. As far as I knew every text in a gettext function is used as msgid
So this one:
_("My long text that I <br> because I need to ")
should be:
#: htdocs/index.php:8
...
0
votes
1answer
53 views
po message file build
Is it possible to build a *.po file to *.mo using the terminal?
Currently, I have to edit the *.po file in my text editor, save it, load it via Poedit and save it again.
I am working on ubuntu.
0
votes
1answer
55 views
Unknown occourance of specific phrase in Wordpress theme PHP files
I have a Wordpress theme, and when I go through the theme, I notice this line hdb-theme. I'm personally confused on what's the importance of this, what does it do, and if it has any effect if I remove ...
0
votes
1answer
129 views
Manage poedit synchronization with sources for multiple languages, command-line
I am using poedit to manage gettext translations in a php project. There are many people contributing to the project and each time some new language strings are added, I need to run poedit and ...
0
votes
0answers
142 views
Heroku PHP Custom Buildpack Gettext Extension
I recently customized the Heroku PHP buildpack:
https://github.com/KerryJones/heroku-buildpack-php
I added the config variable and whenever I push to Heroku it says it's building. However, gettext is ...
0
votes
2answers
128 views
How to use values (PHP) in JavaScript
I've language files like "en.lang.php":
/* english language */
return array(
"random.key.one" => "random value one",
"random.key.two" => "random value two);
Usage (the quick & ...
0
votes
1answer
113 views
Which PO editor can extract messages from twig files?
There is a lot of PO editors, you can find some of them here: What good alternatives to poEdit are there?
But which one can extract messages from twig files?
{% trans %}Hello %name%{% endtrans %}
...
4
votes
2answers
188 views
Gettext not working through php-cli, but works in php-apache
The code i run looks as the following:
...
$this->locale = da_DK;
...
putenv("LC_ALL=".$this->locale);
putenv('LANG='.$this->locale);
$res = setlocale(LC_ALL, $this->locale);
if($res != ...
1
vote
1answer
445 views
Configure Translation component in Symfony 2 to use gettext
Symfony 2 as version 2.1 supports gettext (MO and PO files).
I have following configuration (app/config/config.yml):
framework:
translator: { fallback: "en" }
default_locale: "fa_ir"
...
1
vote
1answer
66 views
Preventing caching of gettext
How can I disable gettext caching in development phase, so I can modify mo file without restarting apache?
(in http://php.net/manual/es/book.gettext.php a portion of a class is proposed for this ...
0
votes
2answers
500 views
how to get the text from a text field to a variable?
i want to get the value from the txt field val1 and val2 and store it in the variables n1 and n2. then n1 and n2 will be parsed to get the value for the calculator. here is the code:
public class ...
2
votes
2answers
123 views
Python xgettext merges gettext and ngettext strings, breaking translation lookup
Running:
> xgettext test.py -o out.pot
On the Python snippet test.py:
def main(num):
gettext("TEST")
ngettext(num, "TEST", "TESTS")
Produces a pot file with the following row ...
0
votes
1answer
161 views
How to add translations to .po files without scanning .php files
I only know how to add translations to .po and .mo files with poedit by clicking on UPDATE which scans .php files.
I can think of a couple of reasons for wanting to add lines without having to scan ...
0
votes
1answer
187 views
Creating new po files with a po editor
I tried some po editor softwares. I wonder why none of do not allow creating a new po file from scratch or adding new entry to an existed one. Is there any hack so they let creating new entries? (I ...
9
votes
3answers
281 views
PHP: make translations in multiple languages
I have my php gettext default language in English let's say
I would like in one of my controller, to translate some words in 2 other languages and put them all in an array.
ideally I could do
...
0
votes
1answer
54 views
Sharing gettext .mo file between multiple servers
I just started using gettext for php yesterday.
I created a .po file locally using poedit. (ubunt 12.04 64bit). I put this file and the compiled .mo file under version control because I plan on ...
-1
votes
2answers
154 views
How to store strings in apps that are 100% equals except the database and the strings?
I'm working in some php web apps that are almost identic, except content database, texts, and themes. Let's think in some similar like could be stackexchange sites.
The objective is mantain only one ...
0
votes
0answers
67 views
autogen.sh fails w/ gnulib patch (error.h.diff)
I've been having issues with gnulib building projects directly from their git sources. (I'm crazy, I know) autogen.sh usually breaks on some patch such as gnulib-local/lib/error.h.diff. I usually ...
3
votes
1answer
409 views
Variables in PHP gettext [duplicate]
Possible Duplicate:
How does gettext handle dynamic content?
I'm using PHP's gettext. I want to translate a sentence which has a variable in it. Is this possible?
For example, in English:
...
0
votes
2answers
66 views
Some clarifications on gettext and i18n functions in wordpress ( or drupal for what it matters )
Let's say i have an array.
$less_user_variables = array(
"bodyBackground" => array(
"value" => "#ffffff",
"description" => __( "Body background", AI1EC_PLUGIN_NAME ),
...
0
votes
1answer
121 views
xgettext won't scan plural form
I use Poedit for my gettext i18n and that works fine. I use ZF2 where there are view helpers to integrate the translations. One is translate, the other translatePlural.
Usage:
<?php echo ...
0
votes
1answer
210 views
How to get (translatable) strings from specific domain with POEdit
I have been trying for hours finding a way to setup POEdit so that it can grab the text from specific domain only
My gettext function looks like this:
function ri($id, $parameters = array(), $domain ...
2
votes
4answers
272 views
Is gettext the best way to localise a website in php? (only mild localisation needed)
Is gettext the best way to localise a website in php? I'm not using any frameworks, and there are not many words to translate, just two mildly different versions in English.
1
vote
2answers
43 views
Would writing an adapter for Drupal and Wordpress i18n functions ( __() and t() ) not be compatible with gettext/.pot generation?
I'm writing a wordpress plugin and planning it's drupal implementation i'm wrapping wordpress functions into adapters. So i wrote an adapter for the __() which is simply
class ...

