From 894f164869649b820e7d145d4017e59e256dd947 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Tue, 20 Feb 2024 12:21:49 +0100 Subject: [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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3