libs-base/Tools/make_strings
2024-11-07 13:37:59 +00:00
..
.cvsignore Keep CVS tidy 2003-10-01 12:59:47 +00:00
GNUmakefile Update FSF address as requested by Gregory 2024-11-07 13:37:59 +00:00
GNUmakefile.postamble Update FSF address as requested by Gregory 2024-11-07 13:37:59 +00:00
GNUmakefile.preamble Update FSF address as requested by Gregory 2024-11-07 13:37:59 +00:00
make_strings.1 Mor doc tweaks 2014-02-02 07:46:33 +00:00
make_strings.h Update FSF address as requested by Gregory 2024-11-07 13:37:59 +00:00
make_strings.m Update FSF address as requested by Gregory 2024-11-07 13:37:59 +00:00
README Further copyright/license updates. 2005-07-15 22:51:23 +00:00
SourceEntry.h Update FSF address as requested by Gregory 2024-11-07 13:37:59 +00:00
SourceEntry.m Update FSF address as requested by Gregory 2024-11-07 13:37:59 +00:00
StringsEntry.h Update FSF address as requested by Gregory 2024-11-07 13:37:59 +00:00
StringsEntry.m Update FSF address as requested by Gregory 2024-11-07 13:37:59 +00:00
StringsFile.h Update FSF address as requested by Gregory 2024-11-07 13:37:59 +00:00
StringsFile.m Update FSF address as requested by Gregory 2024-11-07 13:37:59 +00:00
test1.m New tool 2002-04-22 18:04:30 +00:00
Using.txt Further copyright/license updates. 2005-07-15 22:51:23 +00:00

make_strings
============
Copyright (C) 2005, Free Software Foundation, Inc.

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.

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.