mirror of
https://github.com/LorisYounger/VPet.ModMaker.git
synced 2024-08-30 18:22:21 +00:00
加部分翻译
This commit is contained in:
parent
529d556e20
commit
c0d50667d1
@ -1,6 +1,7 @@
|
|||||||
using HKW.HKWViewModels.SimpleObservable;
|
using HKW.HKWViewModels.SimpleObservable;
|
||||||
using LinePutScript;
|
using LinePutScript;
|
||||||
using LinePutScript.Converter;
|
using LinePutScript.Converter;
|
||||||
|
using LinePutScript.Localization.WPF;
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Collections.ObjectModel;
|
using System.Collections.ObjectModel;
|
||||||
@ -59,10 +60,10 @@ public class ModInfoModel : I18nModel<I18nModInfoModel>
|
|||||||
|
|
||||||
public string GetSummary()
|
public string GetSummary()
|
||||||
{
|
{
|
||||||
return $@"包含以下内容:
|
return @"包含以下内容:
|
||||||
食物: {Foods.Count}
|
食物: {0}
|
||||||
点击文本: {ClickTexts.Count}
|
点击文本: {1}
|
||||||
低状态文本: {LowTexts.Count}";
|
低状态文本: {2}".Translate(Foods.Count, ClickTexts.Count, LowTexts.Count);
|
||||||
}
|
}
|
||||||
|
|
||||||
public const string ModInfoFile = "info.lps";
|
public const string ModInfoFile = "info.lps";
|
||||||
|
Loading…
Reference in New Issue
Block a user