From f0962e864c95ec66671d7843dbea839e27b7c331 Mon Sep 17 00:00:00 2001 From: John Livingston Date: Wed, 8 Dec 2021 17:22:54 +0100 Subject: [PATCH] Fix translation. --- CHANGELOG.md | 6 +++++- languages/es.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd6ebb42..38ff2741 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,17 @@ * Adding Bots to builtin Prosody mode! * The DemoBot: it is a bot than can join rooms to demonstrate the plugin (it is an hidden feature). +### Fixes + +* Fix spanish translation. + ## v5.0.1 ### Breaking changes * If you have some CSS customization for the plugin, it may be broken. * Auto color detection can have bad result for some Peertube themes. If so, you can disable it in the settings. -* Note: if updating the plugin to v5.0.1 fails with an error like `Cannot find module 'validate-color'`, try to restart peertube, then install/update the plugin. See https://github.com/Chocobozzz/PeerTube/issues/4593 +* Note: if updating the plugin to v5.0.1 fails with an error like `Cannot find module 'validate-color'`, try to restart peertube, then install/update the plugin. See ### Features diff --git a/languages/es.json b/languages/es.json index 5723b540..8ae336cc 100644 --- a/languages/es.json +++ b/languages/es.json @@ -1,6 +1,6 @@ { "Open chat": "Abrir el chat", - "Open chat in a new window": "Abrir el chat en una venta nueva", + "Open chat in a new window": "Abrir el chat en una nueva ventana", "Close chat": "Cerrar el chat", "Use chat": false, "If enabled, there will be a chat next to the video.": false