confer/src/intl.h

4 lines
58 B
C
Raw Normal View History

2024-05-01 18:02:15 +00:00
#pragma once
#include <libintl.h>
#define _(x) gettext(x)