MAN page from openSUSE Tumbleweed gnustep-base-1.26.0-34.5.x86_64.rpm
make_strings
Section: GNUstep System Manual (1)
Updated: August 16, 2009
Index
NAME
make_strings - tool to build lists of localizable strings from Objective-C files
SYNOPSIS
make_strings[
--help][
--verbose][
--aggresive-import][
--aggressive-match][
--aggressive-remove][
-Llanguages]
files.[hmc...]
DESCRIPTION
make_stringsparses Objective-C files and builds lists of localizable strings. Itthen creates new
.stringsfiles or merges the strings with existing
.stringsfiles. It's fairly intelligent when matching old and new strings, andproduces
.stringsfiles that are (supposed to be) easy for a translator to work with.
make_stringsaccepts the following options:
OPTIONS
- --help
- Prints a short list of available options.
- --verbose
- Prints additional information while processing.
- -L languages
- Specify which languages to process. Multuple-Loptions are accepted, or multiplelanguagesdefined in one-Lflag.
- --aggressive-import
- Activates--aggresive-matchand automatically removes "dummy" entries that are added by importing.stringsfiles which were not created bymake_stringsprogram. This option is suitable whenmake_stringsis run for the first time and there is an existing.stringsfile which contains a fairly accurate translation.
- --aggressive-match
- This option will makemake_stringsassume that matching keys should have matching translations. This cansave lots of work, but it increases the risk of erroneous translation.
- --aggressive-remove
- Removes obsolete strings/keys.
EXAMPLES
make_strings -L "English Swedish Russian" *.[hm]
SEE ALSO
GNUstep(7).
AUTHORS
make_stringswas written Alexander Malmberg <alexanderAATTmalmberg.org>.This manual page was added by Yavor Doganov <yavorAATTgnu.org>.
COPYRIGHT
Copyright (C) 2009 Free Software Foundation, Inc.Copying and distribution of this file, with or without modification,are permitted in any medium without royalty provided the copyrightnotice and this notice are preserved.
Index
- NAME
- SYNOPSIS
- DESCRIPTION
- OPTIONS
- EXAMPLES
- SEE ALSO
- AUTHORS
- COPYRIGHT
This document was created byman2html,using the manual pages.