compliance modification of regional and textual titles

This commit is contained in:
liweiganga 2023-05-06 11:17:20 +08:00
parent 9376c6cd66
commit 91639f83b4
2 changed files with 37 additions and 2 deletions

View File

@ -0,0 +1,32 @@
From 8ba2696369dc305a3a011bc922e9207f53f73bf5 Mon Sep 17 00:00:00 2001
From: leeffo <leeffo@yeah.net>
Date: Sat, 6 May 2023 11:20:32 +0800
Subject: [PATCH] compliance modification of regional and textual titles
---
files/language_info.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/files/language_info.json b/files/language_info.json
index ff6c66c..e806c03 100644
--- a/files/language_info.json
+++ b/files/language_info.json
@@ -842,13 +842,13 @@
},
{
"Locale": "zh_HK.UTF-8",
- "Description": "繁體中文(香港)",
+ "Description": "繁体中文(中国香港)",
"LangCode": "zh-hant",
"CountryCode": "HK"
},
{
"Locale": "zh_TW.UTF-8",
- "Description": "正體中文",
+ "Description": "繁体中文(中国台湾)",
"LangCode": "zh-hant",
"CountryCode": "TW"
},
--
2.20.1

View File

@ -2,12 +2,12 @@
Name: deepin-desktop-base Name: deepin-desktop-base
Version: 2022.01.27 Version: 2022.01.27
Release: 1 Release: 2
Summary: Base files for Deepin Desktop Summary: Base files for Deepin Desktop
License: GPLv3 License: GPLv3
URL: https://github.com/linuxdeepin/deepin-desktop-base URL: https://github.com/linuxdeepin/deepin-desktop-base
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
#Patch0: 0001-fix-logo.patch Patch0: 0001-compliance-modification-of-regional-and-textual-titl.patch
%description %description
%{summary}. %{summary}.
@ -74,6 +74,9 @@ ln -sfv %{_datadir}/deepin/desktop-version-server %{buildroot}%{_sysconfdir}/dee
%exclude %{_sysconfdir}/os-version %exclude %{_sysconfdir}/os-version
%changelog %changelog
* Sat May 06 2023 liweiganga <liweiganga@uniontech.com> - 2022.01.27-2
- feat: compliance modification of regional and textual titles
* Tue Mar 28 2023 liweiganga <liweiganga@uniontech.com> - 2022.01.27-1 * Tue Mar 28 2023 liweiganga <liweiganga@uniontech.com> - 2022.01.27-1
- update: update to 2022.01.27 - update: update to 2022.01.27