aboutsummaryrefslogtreecommitdiff
path: root/src/mhd
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2023-07-23 15:58:31 +0200
committerÖzgür Kesim <oec-taler@kesim.org>2023-07-23 15:58:31 +0200
commite230eaad76f4488dc1b5dbc0aba6ab26b9423e75 (patch)
treeeac7027bf252cec9999bf1d75487fa11f1fb6f2c /src/mhd
parent5b39ac9d8f7cf8c8a446fd51061b2d3bbaa31173 (diff)
parent21b3f38df25a756a999086b7b02179cb81d88e20 (diff)
Merge branch 'master' of ssh://git.taler.net/exchange
Diffstat (limited to 'src/mhd')
-rw-r--r--src/mhd/mhd_legal.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mhd/mhd_legal.c b/src/mhd/mhd_legal.c
index dfda58ac..137cc436 100644
--- a/src/mhd/mhd_legal.c
+++ b/src/mhd/mhd_legal.c
@@ -658,6 +658,9 @@ TALER_MHD_legal_load (const struct GNUNET_CONFIGURATION_Handle *cfg,
if (lang[0] == '.')
continue;
+ if (0 == strcmp (lang,
+ "locale"))
+ continue;
load_language (legal,
path,
lang);