PO files are the format of the GNU gettext translation files.
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.
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 ...
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 ...
4
votes
2answers
354 views
How can I check .mo file validity?
I'm using PHP to make .mo files out of the database and have run into a strange problem: some keys work, some don't. I think there is some kind of a problem with the generated files. How can I check, ...
3
votes
2answers
853 views
How to use xliff or po l10n file formats in .net (C#/ASP.Net) development
I've been researching about xliff and po i18n files formats and it seems they are widely used and supported. There are plenty of free tools to manage the translations in xliff/po files.
However, so ...
3
votes
1answer
415 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:
...
3
votes
1answer
309 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.
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
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 ...
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:
...
3
votes
1answer
565 views
.Net Library to parse PO files
I wanted to create a translator for PO files but I thought that it's better to ask whether there is a library for .Net to parse .PO files or not.
Thanks.
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 ...
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 ...
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 ...
1
vote
3answers
138 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 ...
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?
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 ...
1
vote
1answer
2k views
Localization .po file format
I am working on web application (used PHP, javascript language) , I have provided localization support to my application. Currently supported English language.
I am supporting another languages.
I ...
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 ...
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
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 ...
1
vote
1answer
477 views
cakephp multilanguage setup
Anyone with a good knowledge of multilanguage setup for cake 1.3?
Today, I am using a; /locale/nor/LC_MESSAGES/default.po
header:
msgid ""
msgstr ""
"Project-Id-Version: 2\n"
"POT-Creation-Date: ...
1
vote
1answer
169 views
Yii Po file importer - plurals
How can I add support for plural forms in this Yii class:
http://code.google.com/p/yii/source/browse/tags/1.1.8/framework/i18n/gettext/CGettextPoFile.php
?
Right now the pattern is
...
1
vote
1answer
484 views
Gettext automatic comments generation
I'm doing i18n for a php project using gettext. I'd like to use the automatic comment feature to give hints to translators when translating long phrases replaced by id. What I want to obtain is the ...
1
vote
1answer
2k views
Wordpress theme and language pack
I am building a Wordpress blog system in Spanish and I'd like to have the default theme also translated to "es_ES". I am already running this Wordpress installation in Spanish. What I'd like to know ...
1
vote
3answers
92 views
Find differences in a .po file
I have a .po file where most translated strings are identical to original ones. However, few are different. How do I quickly find the ones that differ from original?
1
vote
1answer
115 views
finding and replacing all none translated words in .ctp files with their corresponding msgid from the .po file
I have a .po file like this:
msgid "Edit"
msgstr "تعديل"
msgid "Delete"
msgstr "حذف"
msgid "Are you sure you want to delete # %s?"
msgstr "هل تريد بالتأكيد حذف رقم # %s?"
and my .tpl files are ...
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
1k views
.po file for default cakephp libs translations
How to add the translations for cakephp libs files to by default.po file
for example
- months name
- day's name
- timeAgoInWords
i try to add strings to default.po manually
but everytime i update it ...
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");
...
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 ...
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
#, ...
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 ...
1
vote
2answers
72 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
97 views
Not able to translate module data in already existing DB in Openerp
I am having one .po file for Danish / Dansk language. When I use this file in a module and create a new database it is working fine. But when I use the file for already existing database its not ...
1
vote
1answer
198 views
What is the difference in the file content of a .po and a .pot file?
I would like to have the following process flow:
The programmer marks some entries in the source code as translatable
The programmer generates a template file (.pot if I understood it correctly)
The ...
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
527 views
How to easily generate .pot (.po template) file from CakePHP app?
Everywhere in my CakePHP application I have i18n constructions like __('untranslated-string').
I want to grab all such untranslated-strings in one .pot file for further translation into different ...
0
votes
2answers
186 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 ...
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
110 views
Can I have variables in .po files?
I'd like to use variables in some way in gettext .po files, for example:
msgid "ui_settings_connect_text"
msgstr "Connect to another running instance of " APP_NAME
Has anyone tried to do something ...
0
votes
1answer
83 views
po2xliff conversion in windows
Can anyone help in using the command po2xliff(http://web.iesrodeira.com/cgi-bin/man/man2html?query=install+po2xliff) in windows.
0
votes
2answers
473 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
808 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
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
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
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 ...
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); ...
0
votes
1answer
532 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
800 views
Is there a PHP library for parsing gettext PO POT files?
if is not in PHP, is possible use some command line tools which convert PO file into some structured format e.g. XML or some other which I can simple process in PHP?
