~ubuntu-branches/ubuntu/trusty/gnustep-base/trusty

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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.