mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
.translangs title is now a response string
This commit is contained in:
@@ -81,7 +81,7 @@ public partial class Searches
|
|||||||
var langs = _service.GetLanguages().ToList();
|
var langs = _service.GetLanguages().ToList();
|
||||||
|
|
||||||
var eb = _eb.Create()
|
var eb = _eb.Create()
|
||||||
.WithTitle($"Supported {prefix}translate Languages")
|
.WithTitle(GetText(strs.supported_languages))
|
||||||
.WithOkColor();
|
.WithOkColor();
|
||||||
|
|
||||||
foreach (var chunk in langs.Chunk(15))
|
foreach (var chunk in langs.Chunk(15))
|
||||||
|
@@ -1056,5 +1056,6 @@
|
|||||||
"sticker_error": "You must either send a sticker along with this command, or upload a 300x300 .png or .apng image.",
|
"sticker_error": "You must either send a sticker along with this command, or upload a 300x300 .png or .apng image.",
|
||||||
"sticker_missing_name": "Please specify a name for the sticker.",
|
"sticker_missing_name": "Please specify a name for the sticker.",
|
||||||
"thread_deleted": "Thread Deleted",
|
"thread_deleted": "Thread Deleted",
|
||||||
"thread_created": "Thread Created"
|
"thread_created": "Thread Created",
|
||||||
|
"supported_languages": "Supported Languages"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user