Changeset 26247 in osm for applications/editors/josm
- Timestamp:
- 2011-07-02T13:38:34+02:00 (14 years ago)
- Location:
- applications/editors/josm/i18n
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/i18n/build.xml
r26174 r26247 50 50 <fileset dir="${plugin.dir}" includes="**/*.java"/> 51 51 </gettext-extract> 52 <gettext-merge keysFile="josm.pot" poDirectory="po"/>53 52 </target> 54 53 <target name="build" depends="po/josm.pot,init"> 54 <gettext-merge keysFile="josm.pot" poDirectory="po"/> 55 55 <antcall target="coretrans"/> 56 56 <foreach param="path" target="plugintrans"> -
applications/editors/josm/i18n/convpreset.pl
r26180 r26247 133 133 my $val = $combo_values[$i]; 134 134 $val =~ s/\x91/$sp/g; 135 $combo_values[$i] = $val; 135 136 next if $val =~ /^[0-9-]+$/; # search for non-numbers 136 137 $val = fix($val);
Note:
See TracChangeset
for help on using the changeset viewer.