libs-base/Tools/make_strings
Richard Frith-Macdonald db7b22a4fb Tidy up use of white space so we have it after if/for/while and not after (
or before ) or padding at end of line.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20773 72102866-910b-0410-8b05-ffd578937521
2005-02-22 11:22:44 +00:00
..
.cvsignore Keep CVS tidy 2003-10-01 12:59:47 +00:00
GNUmakefile Small cross compilcation change. 2004-08-24 22:21:00 +00:00
GNUmakefile.preamble Header reorganizsateion - Please refer to ChangeLog 2003-07-31 23:49:32 +00:00
make_strings.h Clean up handling of key matching and ignoring. Add --aggressive-remove option. 2003-06-28 13:58:33 +00:00
make_strings.m Tidy up use of white space so we have it after if/for/while and not after ( 2005-02-22 11:22:44 +00:00
README New tool 2002-04-22 18:04:30 +00:00
SourceEntry.h New tool 2002-04-22 18:04:30 +00:00
SourceEntry.m Tidy up use of white space so we have it after if/for/while and not after ( 2005-02-22 11:22:44 +00:00
StringsEntry.h New tool 2002-04-22 18:04:30 +00:00
StringsEntry.m New tool 2002-04-22 18:04:30 +00:00
StringsFile.h Clean up handling of key matching and ignoring. Add --aggressive-remove option. 2003-06-28 13:58:33 +00:00
StringsFile.m Clean up handling of key matching and ignoring. Add --aggressive-remove option. 2003-06-28 13:58:33 +00:00
test1.m New tool 2002-04-22 18:04:30 +00:00
Using.txt New tool 2002-04-22 18:04:30 +00:00

make_strings
============
copyright 2002 Alexander Malmberg <alexander@malmberg.org>

If you are a translator, you're probably looking for Using.txt .

Description
-----------

make_strings parses Objective-C files and builds lists of localizable
strings. It then creates new .strings files or merges the strings with
existing .strings files. It's fairly intelligent when matching old
and new strings, and produces .strings files that are (supposed to be)
easy for a translator to work with.

Instructions on how to use it when translating can be found in Using.txt .


Installing
----------

make_strings requires gnustep-make and gnustep-base.

Running:
	make

should compile, and:
	make install

should install it.