Added VERSIONS file which will be edited in CI
This commit is contained in:
parent
204f426764
commit
cd62822697
2 changed files with 6 additions and 1 deletions
1
VERSIONS
Normal file
1
VERSIONS
Normal file
|
@ -0,0 +1 @@
|
|||
6.0.0
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue