libs-base/Tools/make_strings
nico 9da418395c Do not include ctool.make ... we build no ctools here
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14563 72102866-910b-0410-8b05-ffd578937521
2002-09-25 23:31:18 +00:00
..
GNUmakefile Do not include ctool.make ... we build no ctools here 2002-09-25 23:31:18 +00:00
GNUmakefile.preamble Committed change which corrects the "from scratch" build error I saw earlier. 2002-04-24 03:51:05 +00:00
make_strings.h New tool 2002-04-22 18:04:30 +00:00
make_strings.m Fixed invoking make_strings with -L "" option 2002-09-25 00:51:26 +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 New tool 2002-04-22 18:04:30 +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 New tool 2002-04-22 18:04:30 +00:00
StringsFile.m New tool 2002-04-22 18:04:30 +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.