Changeset 30143 in osm for applications/editors


Ignore:
Timestamp:
2013-12-20T22:57:10+01:00 (11 years ago)
Author:
holgermappt
Message:

Add plugin description from build.xml to the POT file.

File:
1 edited

Legend:

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

    r30140 r30143  
    8787        <basename file="${path}" property="dir"/>
    8888        <mkdir dir="${po.build.dir}/plugin_${dir}"/>
     89        <exec executable="perl" output="${po.build.dir}/plugin_${dir}/trans_plugin.java">
     90            <arg line="convplugins.pl ${plugin.dir}/${dir}/build.xml"/>
     91        </exec>
    8992        <gettext-extract keysFile="josm.pot" poDirectory="${po.build.dir}/plugin_${dir}" keywords="-k -ktrc:1c,2 -kmarktrc:1c,2 -ktr -kmarktr -ktrn:1,2 -ktrnc:1c,2,3">
    9093            <fileset dir="${plugin.dir}/${dir}" includes="**/*.java"/>
     94            <fileset dir="${po.build.dir}/plugin_${dir}" includes="trans_*.java"/>
    9195        </gettext-extract>
    9296        <if>
Note: See TracChangeset for help on using the changeset viewer.