extern Eina_List *_elm_win_list;
extern int _elm_win_deferred_free;
+#ifdef ENABLE_NLS
/* Our gettext wrapper, used to disable translation of elm if the app
* is not translated. */
static inline const char *
return dgettext(PACKAGE, string);
}
-
+#endif
/* Used by the paste handler */
void _elm_entry_entry_paste(Evas_Object *obj, const char *entry);
{
const Eina_List *l;
Evas_Object *child;
+#ifdef HAVE_GETTEXT
Elm_Translate_String_Data *ts;
+#endif
API_ENTRY return;
EINA_LIST_FOREACH(sd->subobjs, l, child) elm_widget_translate(child);