Skip to content
Snippets Groups Projects
translations.hpp 117 B
#pragma once

#include <libintl.h>
#include <locale.h>

#define _(str) gettext(str)
#define N_(str) gettext_nop(str)