Changeset 31922 in osm for applications/editors/josm/plugins/photoadjust/i18n
- Timestamp:
- 2016-01-03T15:03:35+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/photoadjust/i18n/build-i18n.xml
r30884 r31922 44 44 <target name="lang" description="Prepare *.lang files in data directory."> 45 45 <exec executable="perl"> 46 <arg line="../../i18n/i18n.pl data${plugin.po.dir}/*.po"/>46 <arg line="../../i18n/i18n.pl --potfile=${plugin.po.dir}/${ant.project.name}.pot --basedir=data/ ${plugin.po.dir}/*.po"/> 47 47 </exec> 48 48 </target>
Note:
See TracChangeset
for help on using the changeset viewer.