Time to bring these from my personal branch #33

Manually merged
toastie_t0ast merged 57 commits from :v6 into v6 2025-02-28 23:18:40 +00:00
2 changed files with 6 additions and 1 deletions
Showing only changes of commit cd62822697 - Show all commits
VERSIONS
src/EllieBot/Modules/Administration

1
VERSIONS Normal file
View file

@ -0,0 +1 @@
6.0.0

View file

@ -112,8 +112,12 @@ public partial class Administration
_localization.SetDefaultCulture(ci);
}
var nativeName = ci.NativeName;
if (ci.Name == "ts-TS")
nativeName = _supportedLocales[ci.Name];
await Response().Confirm(strs.lang_set_bot(Format.Bold(ci.ToString()),
Format.Bold(ci.NativeName))).SendAsync();
Format.Bold(nativeName))).SendAsync();
}
catch (Exception)
{