gettext-commons icon indicating copy to clipboard operation
gettext-commons copied to clipboard

Internationalization (i18n) through GNU gettext and Java ResourceBundles

Results 17 gettext-commons issues
Sort by recently updated
recently updated
newest added

Correct path to GitHub URL.

Every run of the Maven plugin changes the "POT-Creation-Date" even if nothing changed.

``` Gettext-commons doesn't seem to support JSF. How hard it would be to add special taglib for those? The project jhorstmann does something about this, but it doesn/t seem to...

auto-migrated

``` What steps will reproduce the problem? 1. Visit https://code.google.com/p/gettext-commons/ 2. Read the "Code license" field under "Project Information" 3. What is the expected output? What do you see instead?...

auto-migrated

``` What steps will reproduce the problem? 1. Translating a string with a parameter : #: src/name.c:36 msgid "My name is {0}.\n" msgstr "Je m'appelle {0}.\n" 2. Compile and run...

auto-migrated

``` *What steps will reproduce the problem?* 1. Create a POM file that references maven-gettext-plugin and omit poDirectory from its configuration section 2. Create an empty directory src/main/po 3. Invoke...

auto-migrated

``` It would be nice to be able to include fuzzy entries in the msgfmt output when using GettextDistTask. Attached is a patch to enable this. Sample usage is as...

auto-migrated

``` Based on maven-gettext-plugin version 1.2.3: I've a webapp that uses Freemarker templates. The one webapp uses a different template directory for each type of build. To make this usable...

auto-migrated

``` What steps will reproduce the problem? 1. Write in your .pom something like ... C:\Program Files\GnuWin32\bin and org.xnap.commons maven-gettext-plugin 1.2.3 merge dist ${basedir}/src/main/po de.upk.plugandfindwebarticles.Messages CP1252 ${gettext.dir}/msgcat.exe ${gettext.dir}/msgfmt.exe ${gettext.dir}/msgmerge.exe ${gettext.dir}/xgettext.exe...

auto-migrated

``` What steps will reproduce the problem? Test with a simple i18nbuild.xml using the tutorial (adapted) on a Vista system 1. The task in the Ant build ------------------------- 2. Run...

auto-migrated