2013-05-27 05:20:16 -06:00
|
|
|
#ifndef GPARTED_I18N_H
|
|
|
|
#define GPARTED_I18N_H
|
2004-09-20 09:46:21 -06:00
|
|
|
|
2004-10-06 09:32:40 -06:00
|
|
|
#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 */
|
2004-09-20 09:46:21 -06:00
|
|
|
|
2013-05-27 05:20:16 -06:00
|
|
|
#endif /* GPARTED_I18N_H */
|