mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-26 18:21:04 +00:00
variable. * Source/NSFileManager.m (custom_strdup, append_file_to_path): Make static. * Source/NSString.m (-isEqual:): Clarify documentation. * Source/NSUnarchiver.m (mapClassObject, mapClassName): Make static. * Source/Additions/Unicode.m (GetDefEncoding): Add missing void in the prototype. * Tools/make_strings/make_strings.m (ParseFile): Remove spurious static on the nested function add_arg_ch. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20163 72102866-910b-0410-8b05-ffd578937521 |
||
---|---|---|
.. | ||
.cvsignore | ||
GNUmakefile | ||
GNUmakefile.preamble | ||
make_strings.h | ||
make_strings.m | ||
README | ||
SourceEntry.h | ||
SourceEntry.m | ||
StringsEntry.h | ||
StringsEntry.m | ||
StringsFile.h | ||
StringsFile.m | ||
test1.m | ||
Using.txt |
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.