Top "Gettext" questions

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

Gettext : How to update po and pot files after the source is modified

I've got a python project with internationalized strings. I've modified the source codes and the lines of the strings are …

python gettext xgettext
PHP: How can you use line breaks in Poedit

I am using poedit to translate my gettext strings. I´m using ID´s to translate, so for example the …

php gettext poedit
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 …

translation edit gettext po
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 …

javascript localization gettext poedit
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 …

php gettext mo php-gettext po
Why is libtool is throwing "unsupported hardcode properties" errors and what do they mean?

I am cross-compiling gettext-0.18.2 for Windows but running into some problems. During the linking stages of one of the shared …

cross-compiling gettext libtool hardcode
xgettext in OSX to create .po file from PHP code

I'm on Mac OSX, and I'm unable to find a good solution to parse PHP Code and extract the translatable …

php macos gettext xgettext
Gettext: Is it a good idea for the message ID to be the english text?

We're getting ready to translate our PHP website into various languages, and the gettext support in PHP looks like the …

php internationalization gettext
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 …

internationalization gettext po