- change localize ant target to locale

This commit is contained in:
Richard Alam 2017-05-31 08:13:19 -07:00
parent 92b06349e5
commit 31958979ef

View File

@ -141,7 +141,7 @@
</sequential>
</target>
<target name="localize">
<target name="locale">
<compileLocale locale="${LOCALE}" />
</target>