Changeset 34693 in osm for applications/editors/josm
- Timestamp:
- 2018-10-22T23:57:59+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/i18n/build.xml
r34692 r34693 86 86 </gettext-extract> 87 87 </target> 88 <target name="po/core+maplist+presets.pot" depends="po/core.pot,po/maplist.pot,po/presets.pot"> 89 <exec executable="msgcat" failonerror="true" output="po/core+maplist+presets.pot"> 90 <arg line="po/core.pot po/maplist.pot po/presets.pot"/> 91 </exec> 92 </target> 88 93 <target name="po/core.pot" description="Extracts message keys from the JOSM core source code" depends="init"> 89 94 <gettext-extract keysFile="core.pot" poDirectory="po" keywords="${gettext.keywords} --exclude-file=excludes.pot"> … … 137 142 <antcall target="pluginlisttrans"/> 138 143 </target> 139 <target name="coretrans" depends="po/core.pot"> 140 <exec executable="perl" failonerror="true"> 141 <arg line="i18n.pl --potfile=po/core.pot --basedir=${i18n.install.dir}/ po/*.po"/> 144 <target name="coretrans" depends="po/core+maplist+presets.pot"> 145 <exec executable="perl" failonerror="true"> 146 <arg line="i18n.pl --potfile=po/core+maplist+presets.pot --basedir=${i18n.install.dir}/ po/*.po"/> 142 147 </exec> 143 148 </target>
Note:
See TracChangeset
for help on using the changeset viewer.