Apply Transaltion changes

i9-beta
Arkady L. Shane 1 year ago
parent 3910196d29
commit 9ac2827203
Signed by: tigro
GPG Key ID: 9C7900103E1C4F8B

@ -392,7 +392,7 @@ index 9dbfe1f..4feea0a 100644
+ elif productName == "MSVSphere":
+ os_release = open("/etc/os-release", "r")
+ for line in os_release:
+ match = re.match("PRETTY_NAME=.*\((.*?)\)", line)
+ match = re.match("VERSION=.*\((.*?)\)", line)
+ if match:
+ productFlavor = match.group(1)
+ else:

@ -26,6 +26,7 @@ Patch1010: 0010-Set-English-as-fallback-language-for-help.patch
Patch1011: 0011-Add-MSVSphere-identification-support.patch
Patch1012: 0012-Enable-administrator-by-default.patch
Patch1013: 0013-Fix-smt-url.patch
Patch1014: 0014-Make-branding-free-Russian-translation.patch
# Versions of required components (done so we make sure the buildrequires
# match the requires versions of things).
@ -429,6 +430,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Fri Nov 3 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 34.25.3.8-1.inferit.6
- Apply Transaltion changes
* Tue Oct 24 2023 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 34.25.3.8-1.inferit.5
- Updated Russian translation for checkbox label "Encrypt my data"

Loading…
Cancel
Save