confer/src/intl.h
2024-05-01 21:02:15 +03:00

4 lines
58 B
C

#pragma once
#include <libintl.h>
#define _(x) gettext(x)