i18n most texts
This commit is contained in:
parent
d1a6c293f2
commit
f8c0f0ce15
7 changed files with 380 additions and 351 deletions
|
|
@ -55,7 +55,7 @@ namespace TShockAPI
|
|||
// These can be caused by an unexpected error such as a bad or out of date plugin
|
||||
try
|
||||
{
|
||||
TShock.Utils.Broadcast("Saving world...", Color.Yellow);
|
||||
TShock.Utils.Broadcast(GetString("Saving world..."), Color.Yellow);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
|
@ -132,7 +132,7 @@ namespace TShockAPI
|
|||
WorldFile.SaveWorld(task.resetTime);
|
||||
|
||||
if (TShock.Config.Settings.AnnounceSave)
|
||||
TShock.Utils.Broadcast("World saved.", Color.Yellow);
|
||||
TShock.Utils.Broadcast(GetString("World saved."), Color.Yellow);
|
||||
|
||||
TShock.Log.Info(GetString("World saved at ({0})", Main.worldPathName));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue