From fc33924d0aee6e3f6b1de5a224889cc157493053 Mon Sep 17 00:00:00 2001 From: maliming Date: Mon, 20 Jan 2020 11:56:42 +0800 Subject: [PATCH] Update zh-Hant.json --- .../Volo/Abp/Localization/TestResources/Source/zh-Hant.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/test/Volo.Abp.Localization.Tests/Volo/Abp/Localization/TestResources/Source/zh-Hant.json b/framework/test/Volo.Abp.Localization.Tests/Volo/Abp/Localization/TestResources/Source/zh-Hant.json index 17289c28ea..1aeb9cdf6f 100644 --- a/framework/test/Volo.Abp.Localization.Tests/Volo/Abp/Localization/TestResources/Source/zh-Hant.json +++ b/framework/test/Volo.Abp.Localization.Tests/Volo/Abp/Localization/TestResources/Source/zh-Hant.json @@ -1,5 +1,5 @@ { - "culture": "zh-Hans", + "culture": "zh-Hant", "texts": { "Hello {0}.": "您好 {0}.", "Car": "汽車", @@ -8,4 +8,4 @@ "Universe": "宇宙", "FortyTwo": "四十二" } -} \ No newline at end of file +}