ep/po/info_strings.h

8 lines
142 B
C
Raw Normal View History

2021-02-21 21:38:13 -06:00
#if defined(PORTUGUESE)
# include "strings_pt.h"
#elif defined(ENGLISH)
# include "strings_en.h"
#else
# error "No language selected!"
#endif