Translate learn sounds labels before descriptions
This commit is contained in:
@@ -319,7 +319,7 @@ void learn_sounds_collect_entries(string[] @labels, string[] @soundPaths) {
|
|||||||
continue;
|
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);
|
string description = learn_sounds_get_description(soundPath);
|
||||||
if (description.length() > 0) {
|
if (description.length() > 0) {
|
||||||
label += " - " + description;
|
label += " - " + description;
|
||||||
|
|||||||
Reference in New Issue
Block a user