r1996: Cope slightly better with invalid filenames in various places (reported by
[rox-filer.git] / ROX-Filer / src / i18n.h
blob88a86896f54220c9a8f54f20322d61ee683f15f9
1 /*
2 * $Id$
4 * ROX-Filer, filer for the ROX desktop project
5 * By Thomas Leonard, <tal197@users.sourceforge.net>.
6 */
8 #include <gtk/gtk.h>
10 extern char *current_lang;
12 void i18n_init(void);
13 GtkItemFactoryEntry *translate_entries(GtkItemFactoryEntry *entries, gint n);
14 void free_translated_entries(GtkItemFactoryEntry *entries, gint n);