Changeset 35512 in osm for applications/editors/josm
- Timestamp:
 - 2020-07-14T19:24:55+02:00 (5 years ago)
 - Location:
 - applications/editors/josm/i18n
 - Files:
 - 
      
- 2 edited
 
- 
          
  README.TXT (modified) (1 diff)
 - 
          
  build.xml (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
applications/editors/josm/i18n/README.TXT
r32157 r35512 34 34 7) Build a single plugin: 35 35 Call "ant -Dplugin=name singleplugintrans" 36 To get a pot file for a single plugin call "ant -Dplugin=name singlepluginpot" 36 37 37 38 NOTE:  - 
      
applications/editors/josm/i18n/build.xml
r35349 r35512 128 128 </path> 129 129 </foreach> 130 </target> 131 <target name="singlepluginpot" depends="init"> 132 <gettext-extract keysFile="josm.pot" poDirectory="po" keywords="${gettext.keywords}"> 133 <fileset dir="${plugin.dir}/${plugin}"/> 134 </gettext-extract> 130 135 </target> 131 136 <target name="singleplugintrans" depends="init">  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  