Ignore:
Timestamp:
2014-01-04T17:11:29+01:00 (11 years ago)
Author:
holgermappt
Message:

New language added. i18n update.

File:
1 edited

Legend:

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

    r30155 r30180  
    77    <property name="gettexttasks.jar" value="../../i18n/lib/gettext-ant-tasks-0.9.7.jar"/>
    88    <property name="plugin.po.dir" location="po"/>
     9    <property name="poimport.tarball" value="latest"/>
    910    <property name="plugin.manifest" location="MANIFEST"/>
    1011
     
    3334        </exec>
    3435    </target>
    35     <target name="poimport" description="Import the PO files from the tarball launchpad-export.tar.gz exported from Launchpad.">
     36    <target name="poimport" description="Import the PO files from Launchpad tarball.">
    3637        <exec executable="perl">
    3738            <arg value="i18n/poimport.pl"/>
    3839            <arg value="--podir"/>
    3940            <arg value="${plugin.po.dir}"/>
     41            <arg value="${poimport.tarball}"/>
    4042        </exec>
    4143    </target>
     
    4547        </exec>
    4648    </target>
    47     <target name="mftrans" description="Add translations of plugin description to manifest.">
     49
     50    <target name="mftrans" description="Add translations of plugin description to manifest.  Not to be called directly.">
    4851        <echo message="Adding translations to ${plugin.manifest} ..."/>
    4952        <exec executable="perl">
Note: See TracChangeset for help on using the changeset viewer.