Index: applications/editors/josm/i18n/build.xml
===================================================================
--- applications/editors/josm/i18n/build.xml	(revision 34692)
+++ applications/editors/josm/i18n/build.xml	(revision 34693)
@@ -86,4 +86,9 @@
         </gettext-extract>
     </target>
+    <target name="po/core+maplist+presets.pot" depends="po/core.pot,po/maplist.pot,po/presets.pot">
+        <exec executable="msgcat" failonerror="true" output="po/core+maplist+presets.pot">
+            <arg line="po/core.pot po/maplist.pot po/presets.pot"/>
+        </exec>
+    </target>
     <target name="po/core.pot" description="Extracts message keys from the JOSM core source code" depends="init">
         <gettext-extract keysFile="core.pot" poDirectory="po" keywords="${gettext.keywords} --exclude-file=excludes.pot">
@@ -137,7 +142,7 @@
         <antcall target="pluginlisttrans"/>
     </target>
-    <target name="coretrans" depends="po/core.pot">
-        <exec executable="perl" failonerror="true">
-            <arg line="i18n.pl --potfile=po/core.pot --basedir=${i18n.install.dir}/ po/*.po"/>
+    <target name="coretrans" depends="po/core+maplist+presets.pot">
+        <exec executable="perl" failonerror="true">
+            <arg line="i18n.pl --potfile=po/core+maplist+presets.pot --basedir=${i18n.install.dir}/ po/*.po"/>
         </exec>
     </target>
