ep/po/info_strings.h

8 lines
142 B
C

#if defined(PORTUGUESE)
# include "strings_pt.h"
#elif defined(ENGLISH)
# include "strings_en.h"
#else
# error "No language selected!"
#endif