You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 follows:
<taskdef name="gettext-dist"
classname="org.xnap.commons.ant.gettext.GettextDistTask"
classpath="..." />
<gettext-dist
targetBundle="i18n.Messages"
poDirectory="src/resources/po"
outputDirectory="..."
useFuzzy="true" />
The default value remains the same (false) to preserve existing behavior.
Original issue reported on code.google.com by [email protected] on 28 Feb 2012 at 7:11
Original issue reported on code.google.com by
[email protected]
on 28 Feb 2012 at 7:11Attachments:
The text was updated successfully, but these errors were encountered: