Changeset 35512 in osm


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

add a traget to extract pot file for a single plugin

Location:
applications/editors/josm/i18n
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/i18n/README.TXT

    r32157 r35512  
    34347) Build a single plugin:
    3535Call "ant -Dplugin=name singleplugintrans"
     36To get a pot file for a single plugin call "ant -Dplugin=name singlepluginpot"
    3637
    3738NOTE:
  • 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.