aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Program.cs
diff options
context:
space:
mode:
author杨宇千 <crupest@outlook.com>2019-10-25 18:46:01 +0800
committerGitHub <noreply@github.com>2019-10-25 18:46:01 +0800
commitf08f53d6fcd9baf9dd3b95209f7c7448ae8168d4 (patch)
treec6ec0a916c78a02b36113fb62f0e919019df6cfc /Timeline/Program.cs
parent20089ee8a29f9c59a28779baadf5560bca9f7be1 (diff)
parent2528710897c6995eaa6b04a63c1daa8cdffbf29d (diff)
downloadtimeline-f08f53d6fcd9baf9dd3b95209f7c7448ae8168d4.tar.gz
timeline-f08f53d6fcd9baf9dd3b95209f7c7448ae8168d4.tar.bz2
timeline-f08f53d6fcd9baf9dd3b95209f7c7448ae8168d4.zip
Merge pull request #52 from crupest/i18n
Add NeutralResourcesLanguage. Conform to best practices.
Diffstat (limited to 'Timeline/Program.cs')
-rw-r--r--Timeline/Program.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Timeline/Program.cs b/Timeline/Program.cs
index 4a098adf..b44aafde 100644
--- a/Timeline/Program.cs
+++ b/Timeline/Program.cs
@@ -5,6 +5,8 @@ using Microsoft.Extensions.FileProviders;
using Microsoft.Extensions.Hosting;
using System.Resources;
+[assembly: NeutralResourcesLanguage("en")]
+
namespace Timeline
{
public static class Program