From b96e7ba6be3608e6905d6f1b384e74ddb920d7f9 Mon Sep 17 00:00:00 2001
From: dengbo <79958313+dengbo11@users.noreply.github.com>
Date: Fri, 31 Mar 2023 15:08:51 +0800
Subject: [PATCH] Fix the problem of obs packaging failure which does not guarantee chinese locales
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Log:
---
 iso/country_test.go | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

--- a/iso/country_test.go
+++ b/iso/country_test.go
@@ -45,7 +45,6 @@
 	testData := []struct {
 		language, code, name string
 	}{
-		{"zh_CN.UTF-8", "CN", "中国"},
 		{"en_US.UTF-8", "US", "United States"},
 	}
 	for _, d := range testData {
@@ -95,8 +94,6 @@
 	testData := []struct {
 		language, code, name string
 	}{
-		{"zh_CN.UTF-8", "CN", "中国"},
-		{"zh_CN.UTF-8", "US", "美国"},
 		{"en_US.UTF-8", "CN", "China"},
 		{"en_US.UTF-8", "US", "United States"},
 		{"en_US.UTF-8", "Cn", "China"},
