From 4bf2d27e7f595c07d4a4afbe6c6586cf0d9947c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6bert?= Date: Tue, 12 Jun 2018 19:14:41 +0200 Subject: [PATCH] Version 1.2.2.15 A special thanks to @rayman89 for translating into spanish --- _locales/es/messages.json | 10 ++++++++++ manifest.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/_locales/es/messages.json b/_locales/es/messages.json index 4b31dca..eb3764d 100644 --- a/_locales/es/messages.json +++ b/_locales/es/messages.json @@ -84,6 +84,11 @@ "description": "" }, + "popup_html_configs_switch_filter_title": { + "message": "Activa o desactiva la limpieza de URLs. Si desactivas esta opción, el addon quedará deshabilitado", + "description": "" + }, + "popup_html_configs_switch_log": { "message": "Registro", "description": "" @@ -99,6 +104,11 @@ "description": "" }, + "popup_html_configs_switch_badges_title": { + "message": "Mostrar número de URLs limpiadas.", + "description": "" + }, + "popup_html_statistics_head": { "message": "Estadísticas", "description": "" diff --git a/manifest.json b/manifest.json index 79c4c79..6d14f4b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "ClearURLs", - "version": "1.2.2.14", + "version": "1.2.2.15", "author": "Kevin R.", "description": "Remove tracking elements form URLs.", "homepage_url": "https://gitlab.com/KevinRoebert/ClearUrls",