From 1922226a504bcd46744fe0df172e9b107b6eaa27 Mon Sep 17 00:00:00 2001 From: Funnym0th <52089905+funnym0th@users.noreply.github.com> Date: Tue, 5 Apr 2022 17:54:55 -0400 Subject: [PATCH] Song selection context boxes for ES language (#177) * small fixes also thanks bsq for putting the placeholder here :D * fixes for pause menu sorry I didn't notice that text before * updates I missed for 100-91, 92 93 * Translations for summary plate * Add AI (don) name and title to CLang files * Song selection context boxes for ES language --- TJAPlayer3/I18N/CLang_es.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TJAPlayer3/I18N/CLang_es.cs b/TJAPlayer3/I18N/CLang_es.cs index 5906fdd3..dd00bbdd 100644 --- a/TJAPlayer3/I18N/CLang_es.cs +++ b/TJAPlayer3/I18N/CLang_es.cs @@ -321,6 +321,10 @@ namespace TJAPlayer3 [9013] = "Auto", [9014] = "Voz", [9015] = "Instrumento", + + [9100] = "Buscar (Dificultad)", + [9101] = "Dificultad", + [9102] = "Nivel", }; } }