Changeset 14124 in osm for applications/editors


Ignore:
Timestamp:
2009-03-18T19:06:54+01:00 (16 years ago)
Author:
stoecker
Message:

added plugin translations

Location:
applications/editors/josm/i18n
Files:
1 added
1 edited

Legend:

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

    r14020 r14124  
    4040    <exec executable="perl" output="${i18n.build.dir}/trans_surveyor.java">
    4141      <arg line="convsurveyor.pl ${surveyor.srcfile}"/>
     42    </exec>
     43    <exec executable="perl" output="${i18n.build.dir}/trans_plugins.java">
     44      <arg line="convplugins.pl ${plugin.dir}/*/build.xml"/>
    4245    </exec>
    4346    <copy file="specialmessages.java" todir="${i18n.build.dir}" />
Note: See TracChangeset for help on using the changeset viewer.