More conversion of panel options to per-panel:
[rox-filer/translations.git] / ROX-Filer / src / i18n.h
blob7292cf8f0f439b855bff3a2ea007d4aa3e808445
1 /*
2 * ROX-Filer, filer for the ROX desktop project
3 * By Thomas Leonard, <tal197@users.sourceforge.net>.
4 */
6 #include <gtk/gtk.h>
8 extern char *current_lang;
10 void i18n_init(void);
11 GtkItemFactoryEntry *translate_entries(GtkItemFactoryEntry *entries, gint n);
12 void free_translated_entries(GtkItemFactoryEntry *entries, gint n);