From c658bb6cd7fcdf701f03d4ab35b7f88e337e1a89 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Fri, 27 Feb 2026 23:43:36 -0500 Subject: [PATCH] Translate learn sounds labels before descriptions --- learn_sounds.nvgt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/learn_sounds.nvgt b/learn_sounds.nvgt index ec366a2..9f13a59 100644 --- a/learn_sounds.nvgt +++ b/learn_sounds.nvgt @@ -319,7 +319,7 @@ void learn_sounds_collect_entries(string[] @labels, string[] @soundPaths) { continue; } - string label = learn_sounds_label_from_path(soundPath); + string label = i18n_text(learn_sounds_label_from_path(soundPath)); string description = learn_sounds_get_description(soundPath); if (description.length() > 0) { label += " - " + description;