From 3818d648141265755e2a40a6b958446d27e81947 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= Date: Sun, 17 Mar 2019 07:02:29 +0100 Subject: [PATCH] railway-electrification: use 'frequency=0' and 'frequency>0' for translation --- railway-electrification.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/railway-electrification.json b/railway-electrification.json index f116ad1..6b6d49d 100644 --- a/railway-electrification.json +++ b/railway-electrification.json @@ -110,12 +110,12 @@ "", " ", " {{ markerLine({ 'width': 3, 'color': color })|raw }}", - " {{ trans('direct current') }}", + " {{ trans('tag:frequency=0') }}", " ", "", " ", " {{ markerLine({ 'styles': [ 'casing', 'default' ], 'style:casing': { 'width': 3, 'color': 'white' }, 'style': { 'width': '3', 'dashArray': '5,2', 'lineCap': 'butt', 'color': color } })|raw }}", - " {{ trans('alternating current') }}", + " {{ trans('tag:frequency>0') }}", " ", "", " ",