summaryrefslogtreecommitdiff
path: root/src/catalog.h
blob: 25adbebd0a820ca34ac3a967a05e9e910bd41695 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
int
i18n_init(void);

int
i18n_destroy(void);

const char *
s(const char *const MSGS[], const int msg_id);

int
s_print_msgs(
	const char *const MSGS[],
	FILE *restrict stream,
	const int msg_begin,
	const int msg_end
);

int
s_print_msg(const char *const MSGS[], FILE *restrict stream, const int msg_id);

int
dump_translatable_strings(const char *const MSGS[]);