From d21eb6a6ada04ee71860b4cf31b2f8a939c16fe2 Mon Sep 17 00:00:00 2001 From: Iván Ávalos Date: Tue, 21 Dec 2021 00:40:46 -0600 Subject: Added support for l18n string interpolation and set custom renderValue property on EventReportPage select --- web/l10n/en.json | 1 + web/l10n/es.json | 1 + 2 files changed, 2 insertions(+) (limited to 'web') diff --git a/web/l10n/en.json b/web/l10n/en.json index 27cdab7..91a3de7 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -85,6 +85,7 @@ "sharedLocation": "Location", "sharedImport": "Import", "sharedNoRows": "No rows", + "sharedSelectedOptions": "{0} selected options", "attributeSpeedLimit": "Speed Limit", "attributePolylineDistance": "Polyline Distance", "attributeReportIgnoreOdometer": "Report: Ignore Odometer", diff --git a/web/l10n/es.json b/web/l10n/es.json index dacbb22..6497b9b 100644 --- a/web/l10n/es.json +++ b/web/l10n/es.json @@ -85,6 +85,7 @@ "sharedLocation": "Ubicación", "sharedImport": "Import", "sharedNoRows": "No hay filas", + "sharedSelectedOptions": "{0} opciones seleccionadas", "attributeSpeedLimit": "Límite de velocidad", "attributePolylineDistance": "Distancia de polilínea", "attributeReportIgnoreOdometer": "Reporte: Ignorar el odómetro", -- cgit v1.2.3