-
Benny Baumann authoredBenny Baumann authored
translations.hpp 117 B
#pragma once
#include <libintl.h>
#include <locale.h>
#define _(str) gettext(str)
#define N_(str) gettext_nop(str)
#pragma once
#include <libintl.h>
#include <locale.h>
#define _(str) gettext(str)
#define N_(str) gettext_nop(str)
Hosted with love by Chaotikum e.V. Support us if you can