mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-13 10:48:26 -04:00
Second iteration of source generated localized strings
- Strs renamed to strs - Generic params will now default to object instead of string for convenient argument passing - Many strings changed to use generated properties
This commit is contained in:
@@ -21,7 +21,7 @@ namespace NadekoBot.Modules.Utility
|
||||
var units = _service.Units;
|
||||
|
||||
var embed = _eb.Create()
|
||||
.WithTitle(GetText("convertlist"))
|
||||
.WithTitle(GetText(strs.convertlist))
|
||||
.WithOkColor();
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user