gparted/include/i18n.h

16 lines
314 B
C

#ifndef GPARTED_I18N_H
#define GPARTED_I18N_H
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif /* HAVE_CONFIG_H */
#ifdef ENABLE_NLS
#include <glibmm/i18n.h>
//compose library, dedicated to the translators :P
#include "../compose/ucompose.hpp"
#endif /* ENABLE_NLS */
#endif /* GPARTED_I18N_H */