mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
parent
344053ff4a
commit
a117b1d6ca
@ -56,10 +56,13 @@ namespace VPet_Simulator.Windows
|
||||
#endif
|
||||
ExtensionValue.BaseDirectory = new FileInfo(System.Reflection.Assembly.GetExecutingAssembly().Location).DirectoryName;
|
||||
|
||||
|
||||
LocalizeCore.StoreTranslation = true;
|
||||
LocalizeCore.TranslateFunc = (str) => Sub.TextDeReplace(str).Translate();
|
||||
CultureInfo.CurrentCulture = new CultureInfo(CultureInfo.CurrentCulture.Name);
|
||||
CultureInfo.CurrentCulture.NumberFormat = new CultureInfo("en-US").NumberFormat;
|
||||
|
||||
|
||||
//判断是不是Steam用户,因为本软件会发布到Steam
|
||||
//在 https://store.steampowered.com/app/1920960/VPet
|
||||
try
|
||||
|
Loading…
Reference in New Issue
Block a user