Poedit is free software application that allows edit gettext catalogs.

learn more… | top users | synonyms

2
votes
1answer
27 views

Translation of database with poedit and zend translate

Poedit does not automatically recognise the content of a table in a database. What is the best way to get the content of a table recognized by poedit for its translation in zend. I would like it to be ...
0
votes
1answer
24 views

how to generate po file from js file using poedit

i am using Gettext.js library to localize my contents generated from a JS file. Now the situation is, i have to create and write each and every po files manually. I know we can scan php files for ...
1
vote
1answer
28 views

Inserting translator notes/comments in PHP files

I am working on translating an application I am developing. I have strings like: echo _("Welcome to my site"); I can then use the command line to create a .po file from all the PHP files in a ...
0
votes
1answer
34 views

Strings in model are not translated

My application has Contact model in app/models/contact.php. I have used _construct to add some list in array which its values should be translated using _('some text',true) as follows: class Contact ...
0
votes
0answers
38 views

poedit translation tool and Zend framework

I am trying to execute the poEdit tool but when I try to save the .po file I get this error: 19:12:53: Pipe creation failed (error 24: Too many open files) 19:12:53: Failed to execute ...
0
votes
1answer
25 views

Poedit crashes after doing an catalogue update

I tried to update the catalogue from the sources. After finishing the updates poedit crashs. In the command-line-tool i get the following message: b/x86_64-linux-gnu/libdbusmenu-glib.so.4.0.13Aborted ...
1
vote
1answer
92 views

What is the recomended way / best practice to Poedit translate strings without a source keyword?

I'm developing a Zend Framework 2 application an having a problem with translations. Actually in the view scripts a can use the view helper Translate. Since I defined "translate" as a source keyword ...
0
votes
0answers
29 views

How to recognize translatable strings by xgettext in PHP Arrays or DocBlocks (without method calls)?

I'm using poEdit with the xgettext-Parser to parse my PHP source files and detect all translatable strings. By default, xgettext only recognizes strings in function calls like translate("foo"), if ...
1
vote
1answer
41 views

Gettext wont parse plural forms when singular exists

Here is my case: I use gettext via Poedit to translate a PHP application. And I have a custom function for plurals: function ...
0
votes
0answers
45 views

How to define a POEdit Keyword that creates a implicit Plural itself

i just started with gettext and POEdit, using them in PHP with Zend Frameworks gettext Wrapper (Zend_Translate). Now, i find it annoying to have to explicitely declaring the plural word itself, which ...
1
vote
0answers
105 views

How to make gettext and poedit recognize custom file types?

I'm trying to get Smarty and gettext to work together in a project of mine. Currently smarty uses .tpl files for its template system. I use PoEdit for creating catalog files and I've added '*.tpl' to ...
0
votes
1answer
141 views

Poedit does not parse all strings in PHP files in “path”

Today i runt into this trouble when i tried to scan my plugin for translations and to create the localisation files for it, but i saw that Poedit scanned all files but did not parse all the strings. ...
0
votes
0answers
60 views

How to switch languages with Poedit

I'm actually building a small website to test everything i want and i'm facing a problem with translations. I use poedit to translate so I added the smarty tpl parser (like here), made the .po and .mo ...
0
votes
1answer
66 views

Modify/update an entry in a po file with polib in Python

poedit appears to be THE library of choice for working with gettext/po files in Python. The docs show how to iterate through message strings, save po and mo files, etc. However, it's not clear to me, ...
0
votes
0answers
89 views

PHP gettext not working ubuntu

First of all , excuse me for my bad english I'm working in a page translate with gettext and .po/.mo files, everyone seems to be correct, don't show any error, but the translate isn't did. I have a ...
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
132 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
1answer
166 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
213 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 ...
0
votes
0answers
72 views

poedit translation plural and other forms of words in difficult languages (wordpress)

I'm using Poedit and wordpress to translate my theme. My target language is very difficult, because it changes all the time. For example to say "In Milan" it would be "Milan{shi}" just an example ...
0
votes
1answer
123 views

How to include view variable inside zend translate expression?

I want to display latest 3 news at my homepage. I select the latest news from table from MySql database and assign them to view variables in index controller, like this: $this->view->latestNew ...
0
votes
1answer
71 views

Internationalization CakePHP 1.3 not updating

A long time ago I was developing this project and now I'm back on it. The internationalization was working fine, getting the translations from the folder C:\...\cake\app\locale\por\LC_MESSAGES where I ...
0
votes
1answer
140 views

PoEdit doesn't recognize _n() plurals

I've got this set in source keywords of POEdit: _ __ _e _ex _n esc_attr_e _x _nc It works but I gets only first string when I use _n() function (Twenty Eleven theme): <?php printf(_n('One ...
6
votes
2answers
470 views

PoEdit and PHP annotations

I'm looking for a way to make PoEdit understand PHP annotations. Here's a sample of code I want PoEdit to pick up and put into catalog: class MyController extends Controller { /** * @Title ...
0
votes
0answers
107 views

Get poEdit (or other app) to scan functions for multiple arguments as language keys

I would like to use convenience functions for gettext in PHP: sprintf(_('You have %d apples'), $apples [, $morePlaceholders]) // Normal way convenient('You have %d apples', $apples [, ...
0
votes
1answer
132 views

php gettext and poedit - What would be faster using constructor or without

I store some attributes and their options in class Attributes. public static $ethnicity = array(0 => '-', 1 => 'Asian', ...
0
votes
2answers
160 views

Zend translate translates to english while locale is set to dutch

My Zend_translate is working but for some reason it only translates to english. Even when my locale is set to Dutch manually it shows the english translations. When I delete the english mo/po files it ...
0
votes
1answer
83 views

How to preserve gettext() translations?

Suppose I have a example.php file like that: <p> <?php echo _('Hello world') ?> </p> <p> <b><?php echo _('the end') ?> </p> If I extract strings: ...
0
votes
2answers
188 views

Generating a POT file

PoEdit causes problems because it scans also the Python sources in subdirectories where no scan is desired. So I want PoEdit to get new information about strings from a POT file. Here it is said that ...
4
votes
6answers
1k views

PHP Gettext - No translation

I am trying to use the PHP gettext extension in order to translate some strings. All functions appear to return the correct values but calling gettext()/_() returns the original string only. The ...
1
vote
3answers
147 views

.mo file in utf-8 encoding dont work with accentuated words in a linux server

I was translating the website and all was working fine but when I put the files in the online server (linux), the translation worked but the accented letters in spanish appear like this � somebody ...
3
votes
1answer
311 views

Get words count in PO file

How to calculate a number of words in PO file? Poedit shows only lines count. Any help will be appreciated.
0
votes
1answer
675 views

poedit fails with “Updating the catalog failed”

I am using gettext for a large PHP project. I have successfully setup everything, entered a few translations (in two languages) to test if translations work and started coding. From time to time I ...
0
votes
0answers
243 views

How can I tell poedit to ignore Non-ASCII text errors?

I am trying to have poedit create a catalog on my PHP project. It crashes on a Non-ASCII character in some of my files. Since the project is quite big, I was wondering if it was possible to run ...
1
vote
2answers
2k views

Create POT file with Poedit

I'm trying desperately to create a catalog (. In) for my new application in php. 1) I created a file "trans.php" where I put all the values ​​to be translated For example, here is my file: <?php ...
1
vote
0answers
294 views

A site to allow online translations of poedit files [closed]

I'm looking for a tool to use on my site were I could publish pot files and let people translate them using their browser / Internet connection. in other words, It would relief them the need to use ...
1
vote
0answers
132 views

Locale is switching/not loading properly (sometimes)

I have a very annoying problem with the language/locale for our site. I've been looking around here but haven't found anything similar. So we support a few different languages and have everything ...
1
vote
2answers
1k views

How to run or load .po/.mo files for localization in php

I have installed poedit and running my file through it, it creates .po and .mo files for them. But I have a problem to load and use these files for translating my text. I don't know how to load or ...
0
votes
2answers
479 views

how do I generate po file from php array?

I've a php language file, that lists values in an array. I want to transform this into .po file. php file looks like this: <?php $LANG_ = array( // advanced search buttons "_search1" ...
1
vote
1answer
542 views

How to translate CakePHP's core domain strings with POEdit?

It's not the first time I set up POEdit to work with CakePHP, but it's the first time I need to translate core strings on a site. Specifically, I need to translate the strings on TimeHelper's ...
1
vote
0answers
63 views

Translating a WP plugin [closed]

I'm trying to translate a WordPress theme, Jigoshop, using PoEdit from English to Hebrew and after a few lines I translated it stop updating and since then every line I translate doesn't work and it ...
0
votes
1answer
162 views

Poedit not recognizing translation value - why?

I am building a multi-language site and present my text in the form _('mytext') or _("mytext") so that Poedit can recognize it and add it to my pending translations. Why is the text below not ...
1
vote
2answers
190 views

Regular Expression filtering all translation functions

I am working on a Webinterface that provides the same function like poEdit. I want to walk trough all .php files in a specified folder and search every line for a translation. For this I would like ...
8
votes
2answers
986 views

PoEdit keywords - plurals

I incorporated a gettext-like localization system in my app, but my translation function looks like this: t($category, $string, [$plural_string, $number, $vprintf_arguments]) My PoEdit keywords: ...
0
votes
0answers
73 views

Poedit japanese font broken [closed]

I'm working on translations for a wordpress 3.2.1 website using poedit. I have for example a jp_JP.po file (it's encoding is UTF8) that looks like this: Right on the translation field the font is ...
1
vote
2answers
288 views

PoEdit .PO generation error

I have attempted to scan my scripts for all _('gettext') function calls into a new PoEdit catalog. After parsing the files it displays this error: Filename.class.php:11: warning: Although being used ...
0
votes
2answers
1k views

Character encoding problems with English to Russian translation

I've used Poedit (running on Win7) to generate .mo/.po files to make a Russian version of a web page using PHP gettext. When I display the Russian version of the page, all the characters are shown as ...
1
vote
0answers
590 views

How can I analyze why gettext doesn't work?

I am currently trying to use gettext with PHP and poedit. I wrote the following test.php file: <?php error_reporting(E_ALL | E_DEPRECATED | E_USER_DEPRECATED | -1); bindtextdomain('messages', ...
2
votes
1answer
4k views

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 (hello world) in editors like "poedit" and "GTranslated" (I'm using ...
1
vote
1answer
195 views

Let xgettext find keywords in comments

As default, xgettext ignores any keyword found within a comment block. <?php // file.php echo _('This text will be found'); //_('This text will be ignored'); Is it possible to override this ...

1 2