Bring translations to ASF-GUI

This commit is contained in:
JustArchi
2017-01-13 23:47:12 +01:00
parent 6196afb856
commit d0307c6161
10 changed files with 129 additions and 32 deletions

View File

@@ -28,8 +28,6 @@ using NLog.Config;
using NLog.Targets;
using NLog.Windows.Forms;
// ReSharper disable once CheckNamespace
namespace ArchiSteamFarm {
internal static class Logging {
private const string GeneralLayout = @"${date:format=yyyy-MM-dd HH\:mm\:ss} | ${level:uppercase=true} | ${logger} | ${message}${onexception:inner= | ${exception:format=toString,Data}}";