Skip to content

Commit

Permalink
Enable translations in the "Various" tab in preferences dialog
Browse files Browse the repository at this point in the history
"config.h" is needed as it defines the GETTEXT_PACKAGE which
is necessary to enable translations at all.

Fixes #3628.
  • Loading branch information
eht16 committed Oct 21, 2023
1 parent f86c4de commit 656b03b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/stash.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@
* should be efficient enough.
*/

#ifdef HAVE_CONFIG_H
# include "config.h"
#endif

#include "stash.h"

#include "support.h" /* only for _("text") */
Expand Down

0 comments on commit 656b03b

Please sign in to comment.