Index: /applications/editors/josm/i18n/README.TXT
===================================================================
--- /applications/editors/josm/i18n/README.TXT	(revision 30138)
+++ /applications/editors/josm/i18n/README.TXT	(revision 30139)
@@ -32,4 +32,7 @@
 After some time a mail is sent with a URL. With this URL step (3) can be done.
 
+7) Build a single plugin:
+Call "ant -Dplugin=name singleplugintrans"
+
 NOTE:
 a) Your repositories should not have any local modifications which modify string elements!
Index: /applications/editors/josm/i18n/build.xml
===================================================================
--- /applications/editors/josm/i18n/build.xml	(revision 30138)
+++ /applications/editors/josm/i18n/build.xml	(revision 30139)
@@ -59,4 +59,7 @@
             </path>
         </foreach>
+    </target>
+    <target name="singleplugintrans" depends="po/josm.pot,init">
+        <antcall target="plugintrans" path="${plugin}"/>
     </target>
     <target name="buildcore" depends="po/josm.pot,init">
