1make_strings(1) GNUstep System Manual make_strings(1)
2
3
4
6 make_strings - tool to build lists of localizable strings from Objec‐
7 tive-C files
8
9
11 make_strings [--help] [--verbose] [--aggresive-import] [--aggressive-
12 match] [--aggressive-remove] [-L languages] files.[hmc...]
13
14
16 make_strings parses Objective-C files and builds lists of localizable
17 strings. It then creates new .strings files or merges the strings with
18 existing .strings files. It's fairly intelligent when matching old and
19 new strings, and produces .strings files that are (supposed to be) easy
20 for a translator to work with.
21
22 make_strings accepts the following options:
23
24
26 --help Prints a short list of available options.
27
28 --verbose
29 Prints additional information while processing.
30
31 -L languages
32 Specify which languages to process. Multuple -L options are
33 accepted, or multiple languages defined in one -L flag.
34
35 --aggressive-import
36 Activates --aggresive-match and automatically removes "dummy"
37 entries that are added by importing .strings files which were
38 not created by make_strings program. This option is suitable
39 when make_strings is run for the first time and there is an
40 existing .strings file which contains a fairly accurate transla‐
41 tion.
42
43 --aggressive-match
44 This option will make make_strings assume that matching keys
45 should have matching translations. This can save lots of work,
46 but it increases the risk of erroneous translation.
47
48 --aggressive-remove
49 Removes obsolete strings/keys.
50
51
53 make_strings -L "English Swedish Russian" *.[hm]
54
55
57 GNUstep(7).
58
59
61 make_strings was written Alexander Malmberg <alexander@malmberg.org>.
62
63 This manual page was added by Yavor Doganov <yavor@gnu.org>.
64
65
67 Copyright (C) 2009 Free Software Foundation, Inc.
68
69 Copying and distribution of this file, with or without modification,
70 are permitted in any medium without royalty provided the copyright
71 notice and this notice are preserved.
72
73
74
75GNUstep August 16, 2009 make_strings(1)