summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2024-02-20 12:21:49 +0100
committerMarkus Heiser <markus.heiser@darmarIT.de>2024-02-20 12:29:13 +0100
commit894f164869649b820e7d145d4017e59e256dd947 (patch)
tree537252c6edf805777bf4bea9f83d8569a481cb3a /Makefile
parented66ed758dbd1c926296aa227da8a82fff9166e1 (diff)
downloadsearxng-894f164869649b820e7d145d4017e59e256dd947.tar.gz
searxng-894f164869649b820e7d145d4017e59e256dd947.zip
[fix] sort RTL_LOCALES before written into locales.json
To avoid unnecessary changes to the file, the list should be sorted before it is written to the file. You can test it by calling multiple times:: make data.locales and searx/data/locales.json should be unchanged. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a5fae5ab1..b9fd6b33b 100644
--- a/Makefile
+++ b/Makefile
@@ -75,7 +75,7 @@ test.shell:
# wrap ./manage script
MANAGE += weblate.translations.commit weblate.push.translations
-MANAGE += data.all data.traits data.useragents
+MANAGE += data.all data.traits data.useragents data.locales
MANAGE += docs.html docs.live docs.gh-pages docs.prebuild docs.clean
MANAGE += docker.build docker.push docker.buildx
MANAGE += gecko.driver