From c722c37c653ed095876111da7d75718d7e89abbf Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Sat, 12 Jul 2025 14:50:21 +0200 Subject: [PATCH] Fix: fix incorrect argument in translations --- langs/layers/ca.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/langs/layers/ca.json b/langs/layers/ca.json index cf8c4a6dc0..966246f463 100644 --- a/langs/layers/ca.json +++ b/langs/layers/ca.json @@ -3211,10 +3211,10 @@ }, "tagRenderings": { "Contained routes hist": { - "render": "

Resum de les qualificacions

{histogram(dificultat)}" + "render": "

Resum de les qualificacions

{histogram(_difficulty_hist)}" }, "Contained routes length hist": { - "render": "

Resum de la longitud

{histogram(lengthhist)}" + "render": "

Resum de la longitud

{histogram(_length_hist)}" }, "Contained_climbing_routes": { "render": "

Conté {_contained_climbing_routes_count} rutes

"