summaryrefslogtreecommitdiff
path: root/src/mhd/mhd_legal.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-07-23 15:01:07 +0200
committerChristian Grothoff <christian@grothoff.org>2023-07-23 15:01:07 +0200
commit16e2ac079eb67d1615e983047d2024015ce9bb42 (patch)
treec42a4c46d7588e39f92cfa7dd7024c7126939782 /src/mhd/mhd_legal.c
parent77e06dda9179e6b26184824414195a64c88f3d23 (diff)
downloadexchange-16e2ac079eb67d1615e983047d2024015ce9bb42.tar.gz
exchange-16e2ac079eb67d1615e983047d2024015ce9bb42.tar.bz2
exchange-16e2ac079eb67d1615e983047d2024015ce9bb42.zip
-ignore locale/ dir
Diffstat (limited to 'src/mhd/mhd_legal.c')
-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 dfda58ac9..137cc436a 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);