From 6087a29ccc43233134691a9cd5baddced5a310ba Mon Sep 17 00:00:00 2001 From: "Miguel F. G" <116861809+flusheDData@users.noreply.github.com> Date: Mon, 2 Jan 2023 21:44:17 +0100 Subject: [PATCH] Update es.rs New terms added --- src/lang/es.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lang/es.rs b/src/lang/es.rs index fdac9dd48..a99ae8551 100644 --- a/src/lang/es.rs +++ b/src/lang/es.rs @@ -406,7 +406,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Group", "Grupo"), ("Search", "Búsqueda"), ("Closed manually by the web console", "Cerrado manualmente por la consola web"), - ("Local keyboard type", ""), - ("Select local keyboard type", ""), + ("Local keyboard type", "Tipo de teclado local"), + ("Select local keyboard type", "Seleccionar tipo de teclado local"), ].iter().cloned().collect(); }