r248: Moved i18n support into it's own files. Now supports setting the
[rox-filer/ma.git] / ROX-Filer / src / i18n.h
blob463be22373c75e7894e31e974bb6ccb11ddfc02e
1 /*
2 * $Id$
4 * ROX-Filer, filer for the ROX desktop project
5 * By Thomas Leonard, <tal197@ecs.soton.ac.uk>.
6 */
8 #include <gtk/gtk.h>
10 void i18n_init(void);
11 GtkItemFactoryEntry *translate_entries(GtkItemFactoryEntry *entries, gint n);
12 void free_translated_entries(GtkItemFactoryEntry *entries, gint n);