From 91c2c1361fc586c7c84292d886074ba7653b9118 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Montan=C3=A9?= Date: Wed, 27 Nov 2024 08:53:43 +0000 Subject: [PATCH] Translate regexes.json via GitLocalize --- translations/ca-es/regexes.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 translations/ca-es/regexes.json diff --git a/translations/ca-es/regexes.json b/translations/ca-es/regexes.json new file mode 100644 index 00000000..39823f8f --- /dev/null +++ b/translations/ca-es/regexes.json @@ -0,0 +1,5 @@ +{ + "/regex/location.rx": [ + ".*\\b(a|en) (?P(?!\\bcentĂ­grads\\b|\\bcelsius\\b|\\bfahrenheit\\b) *.+)" + ] +}