source: osm/applications/editors/josm/plugins/pointInfo/po/refresh_po_files.sh@ 33492

Last change on this file since 33492 was 30328, checked in by mkyral, 11 years ago

Add a pointInfo plugin

  • Property svn:executable set to *
File size: 236 bytes
Line 
1ls -1 ../src/org/openstreetmap/josm/plugins/pointinfo/*.java >files_list
2xgettext --files-from=files_list -d pointInfo --from-code=UTF-8 -k -ktrc:1c,2 -kmarktrc:1c,2 -ktr -kmarktr -ktrn:1,2 -ktrnc:1c,2,3
3
4msgmerge -U cs.po pointInfo.po
Note: See TracBrowser for help on using the repository browser.