Revision: 7976 http://languagetool.svn.sourceforge.net/languagetool/?rev=7976&view=rev Author: dnaber Date: 2012-09-02 21:01:02 +0000 (Sun, 02 Sep 2012) Log Message: ----------- adapt to move of i18n files
Modified Paths: -------------- trunk/JLanguageTool/i18n_update.sh Modified: trunk/JLanguageTool/i18n_update.sh =================================================================== --- trunk/JLanguageTool/i18n_update.sh 2012-09-02 20:53:47 UTC (rev 7975) +++ trunk/JLanguageTool/i18n_update.sh 2012-09-02 21:01:02 UTC (rev 7976) @@ -16,7 +16,7 @@ # download and hackish JSON cleanup: curl --user $USERNAME:$PASSWORD https://www.transifex.net/api/2/project/languagetool/resource/messagesbundleproperties/translation/$lang/?file >$SOURCE recode latin1..utf8 $SOURCE - TARGET="../src/java/org/languagetool/MessagesBundle_${lang}.properties" + TARGET="../src/main/resources/org/languagetool/MessagesBundle_${lang}.properties" SOURCE2=downloaded.tmp.ascii native2ascii $SOURCE >$SOURCE2 echo "Moving $SOURCE2 to $TARGET" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Languagetool-cvs mailing list Languagetool-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/languagetool-cvs