PO files are the format of the GNU gettext translation files.

learn more… | top users | synonyms

1
vote
0answers
14 views

PHP's gettext with en_US locale

I have a mo file /data/lang/en_US/LC_MESSAGES/test.mo (translate foo => bar) and use the following code to echo it $locale = 'en_US'; $locale_dir = '/data/lang'; putenv("LC_ALL=$locale"); ...
0
votes
1answer
42 views

boost translate: po file not work

I was used boost::locale to make a multilanguage exe, but it doesn't work. The exe always output "Hello World". How can it output "您好"? I used the example code from ...
0
votes
1answer
24 views

Wordpress theme translations not being implemented into admin area

I developed a wordpress theme which has a few cusotm post types in it. and i created the .po language file and it successfully imported the strings from php files. The problem is that the ...
0
votes
2answers
80 views

PO files, swap msgid and msgstr

Is there any tool that lets me swap msgid and msgstr in a po file? I couldn't find it. Notice that I don't really need to keep the resulting msgstrs: in short, I need to get a second po file having ...
0
votes
0answers
39 views

How to merge two .po files?

I have 2 problems to merge 2 .po files. I have 1 .po file(trans.po) for my applications localization, and another one (transNew.po) I produced recently. I need to merge them. But I when I run the ...
0
votes
0answers
10 views

Translation not working for ZIP, State and City in openerp7

I have tried to translated the placeholders in res.partner, placeholder values like name, country etc are translated. But city, state and zip are not translating.
9
votes
6answers
2k views

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 Map of IDs and Values so I can load them into a database.
0
votes
1answer
75 views

Orchard Localization PO file usage and Vandelay.TranslationManager

I have tried to understand how to manage and translate Orchard PO files as described in: http://weblogs.asp.net/bleroy/archive/2011/01/13/creating-and-maintaining-orchard-translations.aspx The ...
0
votes
0answers
62 views

Using Translate Toolkit, getting error “'utf8' codec can't decode byte 0xe9 in position 9: unexpected end of data”

I am trying to take a XLSX file that was originally created from a Drupal French PO file and converted to CSV (and then by the client to XLSX) and convert it back to PO file format. However I am ...
0
votes
1answer
33 views

What is the best method/tool to merge two .po translation files one old and one new with replace? [closed]

I want to merge two .po files together and produce new .po file. I am assume that many people will deliver different translation what need be merge into one. First I want to replace all old ...
2
votes
1answer
64 views

Combining keys and full text when working with gettext and .po files

I am looking at gettext and .po files for creating a multilingual application. My understanding is that in the .po file msgid is the source and msgstr is the translation. Accordingly I see 2 ways of ...
0
votes
2answers
475 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" ...
0
votes
2answers
809 views

.po files and gettext VS JSON and custom i18n library?

I need to develop or find some sort of lightweight gettext-like library in JavaScript for browser-side translations. Preferably the same library could be used by node.js if I'd like to translate ...
0
votes
2answers
751 views

Wordpress .po file won't recognize french accents

I've written a .po file for my wordpress theme. The charset is unicode as I cannot define it as 'utf-8' or it will not open in Poedit (the program I'm currently using to catalog my strings). ...
1
vote
2answers
276 views

A .po Generator written in PHP

Is there such a thing out there? A script that's able to create a .po file from .php files dropped inside a directory/
0
votes
1answer
42 views

How to have django compile .mo files at startup?

What I am trying to achieve is when a django projects starts, have it run compilemessages automatically in a cross-platform way. That way the mo files don't need to be checked into source control, and ...
3
votes
2answers
798 views

Removing all fuzzy entries of a PO file

Does anyone know a method to mass delete all fuzzy translations from a PO file. Something like: if #, fuzzy == TRUE Then SET msgstr="" AND REMOVE #, fuzzy
1
vote
2answers
72 views

PO, MO translation files

I want make a multi-language app I heard about .po files but I can't locate it I made this code I made a directory in my application called languages and I put the ar_EG.po file in it and I tried ...
0
votes
1answer
534 views

How to get the .po file from .pot files

I use cakePHP 2.0 and use the console tool to create one .../app/locale/default.pot . Now, I would like to get my site translated into multiple languages. I read the paragraph about ...
0
votes
1answer
182 views

gettext po file editor to show multiple po files

In our company we are trying to decide whether to use english for our message id or whether we should invent some kind of key. We can only take the second approach if there are editors which allow us ...
0
votes
2answers
77 views

tool to create from plain html file a .po file used for translation

i am using the http://i18next.com/ to translate a static website hosted on github gh-pages. are there any tools that i can use to first extract from say the index.html file and create a index.po file ...
0
votes
1answer
78 views

Line breaks in django po files

How can I use line breaks in translation strings inside .po files? Currently I added "\n" and used {{msg|linebreaks}} in my template, but the string is printed in one single line... how can I print it ...
2
votes
1answer
402 views

How to provide data for .po translation files?

After running django-admin.py makemessages -l de in Django to create the translation files, you could use a plain text editor or Poedit to fill them out. Poedit has the advantage that it provides a ...
1
vote
2answers
54 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
1answer
97 views

Automatically translate an already translated .po-file

Have a GNU gettext (.po) file that has already been translated into a language. I'd like to translate it to another language automatically. The file looks like this #: attachment.php:19 #, ...
4
votes
3answers
2k views

Automaticly translate .po files?

There use to be a few services that used Google Translate API V1 to automatically translate .po files. Google has stopped their V1 API and with V2 they charge $20 for 1.000.000 words. I have search ...
1
vote
3answers
139 views

Has someone a script to extract specific strings from XML files to allow to translate them via CSV or PO files

That's my first question here, normally I provide answers ;-) Well, I'm looking for a script to extract some specific strings set into system.xml, layout xml files or similar they are used by Magento ...
0
votes
2answers
142 views

Log strings for which PHP gettext does not find any translation

I have a website that is internationalized using php's built-in Gettext / PO support echo _("string to be translated"); The site being in beta, there are certainly some strings that don't get ...
2
votes
1answer
168 views

How to deal with multiple text-domain?

I am talking about Wordpress localization/internationalization. I have a two templates done by third party. And they made them child templates of twentyten. Seemingly they kept the template files ...
3
votes
3answers
2k views

How to use po/pot files with php?

I have a po and a mo file in a folder whose address is /locale/nld_nld/LC_MESSAGES/. Both the files' names are messages. I've been trying to use the following code: try.php: ...
0
votes
0answers
883 views

localization of website using smarty-gettext

I have to translate the text in English to German. For that I have done the folllowing I have used gettext and working on Ubuntu 11.10 OS created a text.php. The code is given below: <?php require ...
3
votes
1answer
108 views

How to translate a WordPress template name?

I know how to create translations for themes and templates generally by generating .po and .mo files with Poedit for example. But since template names are written in PHP comments at top of each ...
1
vote
1answer
82 views

CakePHP translations in one or multiple po files and performance

Does making the i18n tool of CakePHP making its po file in single one file better than multiple files. Here I meant by performance. Personally, I prefer single one file I regarded it easier to ...
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.
8
votes
2answers
977 views

Is there a good (PHP) frontend for editing PO files

We're working with a lot of non-professional translators: i.e. people in our overseas branches. I want to use PO files, but it's problematic getting 30+ unskilled people to edit them. I'd like a web ...
0
votes
2answers
295 views

Can I translte a Wordpress PO file online?

Hi Can I just translate my theme po file online and save it our do i have to compile it to work? Do you know how i mean? Regards
0
votes
0answers
21 views

Unknown line in po file: #@ default

I've build a PHP po file parser and worked fine until I've found a po file containing the following line: #@ default Full example: #: D:\xxxxxxx.php:10 #@ default msgid "Address:" msgstr ...
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
1answer
190 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 ...
0
votes
1answer
226 views

Sometimes the lldb po command returns only the object address

I'm debugging an iOS app with Xcode 4.5.1 in Mountain Lion 10.8.2 using lldb. Sometimes I'll try to examine an iVar in the debugger window when at a breakpoint using: po _currentSale and will ...
0
votes
1answer
243 views

Deployment-free gettext translations for web applications

The Django-based web application I'm working on is translated to a few different languages. So far we've used gettext/PO files for translating static files (text in code and templates, static pages); ...
3
votes
1answer
416 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: ...
1
vote
2answers
73 views

Translate Zend Framework website like WPML in Wordpress

I want to know if it's possible to translate a Zend Framework 1 website in a manner similar with the one implemented by WPML for Wordpress. What I want is to make an application that can scan the ...
1
vote
1answer
460 views

Google Translate API vs PoEdit?

Recently, I find two ways to do translation for a web page: 1) Google Translate API 2) Poedit or create a PO, MO file What are advantages or disadvantages of those two methods?
1
vote
2answers
376 views

Fleshed out .po file sample

I almost feel stupid asking this, but... are there any good sample .po files out there? I have been reading the GNU gettext manual and while it specifies the general structure it doesn't go into as ...
0
votes
0answers
74 views

Codeigniter + gettext0.17

gettext0.17 is unstable!? Here is the situation: My browser language is English. My site will support Japanese when the user uses Japanese on his browser language. Even my browser is English, often ...
-5
votes
1answer
70 views

DJANGO Posts using AJAX [closed]

Anyone know good tutorials that talk about "Post" using AJAX JS and cover CSRF protection with JSON
1
vote
2answers
240 views

How to convert GNU Gettext .po files to Qt's .ts files?

Is there a tool to convert the translations in GNU Gettext .po format into the Qt's native .ts format?
0
votes
1answer
127 views

Django po file is compiled like a mo file

I'm a bit new to this translation system but as I understand it, .po files are the translation strings and the .mo files are the compiled translations from those. The problem that I'm having is that ...
0
votes
1answer
94 views

How do I filter a PO file by reference?

I need to filter out of a PO file all entries that are used only in the wordpress admin (so I can translate only user facing strings). In other words, if all references for any given entry contain the ...

1 2