Skip to content

Commit

Permalink
po: add gettext ifdef (to show libintl.h)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimmus committed Sep 13, 2023
1 parent 01cf5c7 commit f180499
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bin/eflete.c
Expand Up @@ -39,8 +39,10 @@ app_init(void)
char buf[PATH_MAX];
#ifdef ENABLE_NLS
setlocale(LC_ALL, "");
#ifdef HAVE_GETTEXT
bindtextdomain(PACKAGE, PACKAGE_LOCALE_DIR);
textdomain(PACKAGE);
#endif
#endif

if (!eina_init())
Expand Down

0 comments on commit f180499

Please sign in to comment.