commit | 72921af40b72c31f29dbc8f8b656f431e6457a4a | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Mon Jan 24 20:12:54 2011 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Jan 24 21:24:14 2011 +0100 |
tree | fbcc0ee187208ecb6490ee32fce342dd450c5e82 | |
parent | 196ffdf671de98c5d22b62f5ba669a7760227a5b [diff] [blame] |
wmc: Add support for generating message translations based on po files.
diff --git a/tools/wmc/write.h b/tools/wmc/write.h index 745098b..8451e0b 100644 --- a/tools/wmc/write.h +++ b/tools/wmc/write.h
@@ -25,5 +25,6 @@ void write_bin_files(void); void write_res_file( const char *name ); void write_pot_file( const char *outname ); +void add_translations( const char *po_dir ); #endif