clean: translation

This commit is contained in:
ChsBuffer
2020-10-05 22:50:56 +08:00
parent d369858273
commit 2e89011f56
6 changed files with 8 additions and 14 deletions

View File

@@ -69,7 +69,7 @@ namespace Netch.Utils
{
string tmp;
if ((tmp = splited.ElementAtOrDefault(0)) != null)
mode.Remark = i18N.Translate(tmp);
mode.Remark = tmp;
tmp = splited.ElementAtOrDefault(1);
mode.Type = tmp != null ? int.Parse(tmp) : 0;