1ecppll(1) Tntnet users guide ecppll(1)
2
3
4
6 ecppll - language-linker for ecpp
7
9 ecppll [-I dir] [-F] [-o output-filename] ecpp-filename [translated-
10 data]
11
13 Ecppll is the language-linker for ecpp. This program combines the data
14 of a ecpp-file with translated phrases from a source-file and generates
15 a data-file used by tntnet to look up translated data. The translated
16 data file must contain the original phrase and the translated version
17 separated by tab line by line.
18
19 To generate a language file the generated files of all components of a
20 component-library must be zipped. The resulting zip-file must have the
21 same basename as the component-library and the language-code as the
22 extension. Tntnet tries to find the langage library by first appending
23 the value of the query parameter LANG to the name of the componentli‐
24 brary. If the file is not found, the environment-variable LANG is used.
25 If that is neither found, the default data from the original component
26 is used.
27
29 -F Fail on warning. If a phrase is not found in the language-data
30 or in language-data is a phrase not used it the ecpp-file, ecp‐
31 pll warns about it to standard output. If this flag is set, ecp‐
32 pll returns a non-zero return-code.
33
34 -I dir Search include-files in directory. This option can be passed
35 multiple times. All specified directories are searched in turn
36 for include-files.
37
38 -o filename
39 Specify output filename
40
42 This manual page was written by Tommi Mäkitalo ⟨tommi@tntnet.org⟩.
43
45 tntnet(1), ecpp(7), ecppl(1)
46
47
48
49Tntnet 2006-07-23 ecppll(1)