mirror of
https://github.com/4sval/FModel.git
synced 2026-09-14 04:26:40 -05:00
Added Spanish language.
This commit is contained in:
@@ -83,7 +83,7 @@ namespace FModel
|
||||
AeConfiguration();
|
||||
|
||||
if (t.Exception != null) Tasks.TaskCompleted(t.Exception);
|
||||
else StatusBarVm.statusBarViewModel.Set($"{Properties.Resources.Hello} {Environment.UserName} !", Properties.Resources.State);
|
||||
else StatusBarVm.statusBarViewModel.Set($"{Properties.Resources.Hello} {Environment.UserName}!", Properties.Resources.State);
|
||||
|
||||
App.StartTimer.Stop();
|
||||
DebugHelper.WriteLine("{0} {1} {2}", "[FModel]", "[Startup Time]", $"{App.StartTimer.ElapsedMilliseconds}ms");
|
||||
|
||||
Reference in New Issue
Block a user