remove incorrect i18n resource

This commit is contained in:
Lightczx
2023-08-18 16:43:41 +08:00
parent 0ea85ae26b
commit 7e5a536119
2 changed files with 0 additions and 12 deletions

View File

@@ -5873,14 +5873,5 @@ namespace Snap.Hutao.Resource.Localization {
return ResourceManager.GetString("WebResponseRequestExceptionFormat", resourceCulture);
}
}
/// <summary>
/// 查找类似 (?:〓活动时间〓|祈愿时间|【上架时间】).*?(\d\.\d版本更新后|\d{4}/\d{2}/\d{2} \d{2}:\d{2}:\d{2}).*?~.*?&amp;lt;t class=&quot;t_(?:gl|lc)&quot;.*?&amp;gt;(.*?)&amp;lt;/t&amp;gt; 的本地化字符串。
/// </summary>
internal static string DD版本更新后D4D2D2D2D2D2LtTClass {
get {
return ResourceManager.GetString("活动时间祈愿时间上架时间DD版本更新后D4D2D2D2D2D2LtTClass", resourceCulture);
}
}
}
}

View File

@@ -2111,7 +2111,4 @@
<data name="WebResponseRequestExceptionFormat" xml:space="preserve">
<value>[{0}] 中的 [{1}] 网络请求异常,请稍后再试</value>
</data>
<data name="活动时间祈愿时间上架时间DD版本更新后D4D2D2D2D2D2LtTClass" xml:space="preserve">
<value>(?:〓活动时间〓|祈愿时间|【上架时间】).*?(\d\.\d版本更新后|\d{4}/\d{2}/\d{2} \d{2}:\d{2}:\d{2}).*?~.*?&amp;lt;t class="t_(?:gl|lc)".*?&amp;gt;(.*?)&amp;lt;/t&amp;gt;</value>
</data>
</root>