Ignore:
Timestamp:
2020-07-14T19:24:55+02:00 (6 years ago)
Author:
stoecker
Message:

add a traget to extract pot file for a single plugin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/i18n/build.xml

    r35349 r35512  
    128128            </path>
    129129        </foreach>
     130    </target>
     131    <target name="singlepluginpot" depends="init">
     132        <gettext-extract keysFile="josm.pot" poDirectory="po" keywords="${gettext.keywords}">
     133            <fileset dir="${plugin.dir}/${plugin}"/>
     134        </gettext-extract>
    130135    </target>
    131136    <target name="singleplugintrans" depends="init">
Note: See TracChangeset for help on using the changeset viewer.