.translangs title is now a response string

This commit is contained in:
Kwoth
2023-01-20 06:51:29 +01:00
parent e52bf798cf
commit 992aa781fa
2 changed files with 3 additions and 2 deletions

View File

@@ -81,7 +81,7 @@ public partial class Searches
var langs = _service.GetLanguages().ToList();
var eb = _eb.Create()
.WithTitle($"Supported {prefix}translate Languages")
.WithTitle(GetText(strs.supported_languages))
.WithOkColor();
foreach (var chunk in langs.Chunk(15))