From 9ac13cf0a98024da597a862676cec3d848b86697 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=AD=20Climent?= Date: Tue, 4 Feb 2025 12:56:53 +0100 Subject: [PATCH] Update build files --- README.md | 4 ++-- UniGetUI.iss | 2 +- scripts/BuildNumber | 2 +- src/SharedAssemblyInfo.cs | 2 +- src/UniGetUI.Core.Data/CoreData.cs | 6 +++--- .../Assets/Data/TranslatedPercentages.json | 1 - .../Assets/Languages/lang_ar.json | 2 +- 7 files changed, 9 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 5b325ddfd..016b0284a 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ To translate UniGetUI to other languages or to update an old translation, please | Language | Translated | Translator(s) | | :-- | :-- | --- | -|   Arabic - عربي‎ | 99% | [Abdu11ahAS](https://github.com/Abdu11ahAS), [Abdullah-Dev115](https://github.com/Abdullah-Dev115), [bassuny3003](https://github.com/bassuny3003), [DaRandomCube](https://github.com/DaRandomCube), [FancyCookin](https://github.com/FancyCookin), [mo9a7i](https://github.com/mo9a7i) | +|   Arabic - عربي‎ | 100% | [Abdu11ahAS](https://github.com/Abdu11ahAS), [Abdullah-Dev115](https://github.com/Abdullah-Dev115), [bassuny3003](https://github.com/bassuny3003), [DaRandomCube](https://github.com/DaRandomCube), [FancyCookin](https://github.com/FancyCookin), [mo9a7i](https://github.com/mo9a7i) | |   Bulgarian - български | 52% | Vasil Kolev | |   Bangla - বাংলা | 80% | [fluentmoheshwar](https://github.com/fluentmoheshwar), [itz-rj-here](https://github.com/itz-rj-here), Mushfiq Iqbal Rayon, Nilavra Bhattacharya, [samiulislamsharan](https://github.com/samiulislamsharan) | |   Catalan - Català | 100% | [marticliment](https://github.com/marticliment) | @@ -169,7 +169,7 @@ To translate UniGetUI to other languages or to update an old translation, please |   Simplified Chinese (China) | 100% | Aaron Liu, adfnekc, [Ardenet](https://github.com/Ardenet), [arthurfsy2](https://github.com/arthurfsy2), [bai0012](https://github.com/bai0012), BUGP Association, ciaran, CnYeSheng, Cololi, [dongfengweixiao](https://github.com/dongfengweixiao), [enKl03B](https://github.com/enKl03B), [seanyu0](https://github.com/seanyu0), [Sigechaishijie](https://github.com/Sigechaishijie), [SpaceTimee](https://github.com/SpaceTimee), Yisme | |   Traditional Chinese (Taiwan) | 100% | Aaron Liu, CnYeSheng, Cololi, [enKl03B](https://github.com/enKl03B), [Henryliu880922](https://github.com/Henryliu880922), [StarsShine11904](https://github.com/StarsShine11904), [yrctw](https://github.com/yrctw) | -Last updated: Tue Feb 4 00:13:02 2025 +Last updated: Tue Feb 4 12:50:47 2025 diff --git a/UniGetUI.iss b/UniGetUI.iss index d2abe39a8..6035fa508 100644 --- a/UniGetUI.iss +++ b/UniGetUI.iss @@ -1,7 +1,7 @@ ; Script generated by the Inno Setup Script Wizard. ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! -#define MyAppVersion "3.1.6-beta3" +#define MyAppVersion "3.1.6-beta4" #define MyAppName "UniGetUI" #define MyAppPublisher "Martí Climent" #define MyAppURL "https://github.com/marticliment/UniGetUI" diff --git a/scripts/BuildNumber b/scripts/BuildNumber index efee1f88b..eb13855b7 100644 --- a/scripts/BuildNumber +++ b/scripts/BuildNumber @@ -1 +1 @@ -78 \ No newline at end of file +79 \ No newline at end of file diff --git a/src/SharedAssemblyInfo.cs b/src/SharedAssemblyInfo.cs index bd8e2000b..fd871caac 100644 --- a/src/SharedAssemblyInfo.cs +++ b/src/SharedAssemblyInfo.cs @@ -8,5 +8,5 @@ [assembly: AssemblyCopyright("2025, Martí Climent")] [assembly: AssemblyVersion("3.1.6.0")] [assembly: AssemblyFileVersion("3.1.6.0")] -[assembly: AssemblyInformationalVersion("3.1.6-beta3")] +[assembly: AssemblyInformationalVersion("3.1.6-beta4")] [assembly: SupportedOSPlatform("windows10.0.19041")] diff --git a/src/UniGetUI.Core.Data/CoreData.cs b/src/UniGetUI.Core.Data/CoreData.cs index b6034a848..1c0dc0dc5 100644 --- a/src/UniGetUI.Core.Data/CoreData.cs +++ b/src/UniGetUI.Core.Data/CoreData.cs @@ -1,4 +1,4 @@ -using System.Diagnostics; +using System.Diagnostics; using System.Net; using System.Text.Json; using System.Text.Json.Serialization.Metadata; @@ -10,8 +10,8 @@ public static class CoreData { private static int? __code_page; public static int CODE_PAGE { get => __code_page ??= GetCodePage(); } - public const string VersionName = "3.1.6-beta3"; // Do not modify this line, use file scripts/apply_versions.py - public const int BuildNumber = 78; // Do not modify this line, use file scripts/apply_versions.py + public const string VersionName = "3.1.6-beta4"; // Do not modify this line, use file scripts/apply_versions.py + public const int BuildNumber = 79; // Do not modify this line, use file scripts/apply_versions.py public const string UserAgentString = $"UniGetUI/{VersionName} (https://marticliment.com/unigetui/; contact@marticliment.com)"; diff --git a/src/UniGetUI.Core.LanguageEngine/Assets/Data/TranslatedPercentages.json b/src/UniGetUI.Core.LanguageEngine/Assets/Data/TranslatedPercentages.json index 80af4e732..6de004442 100644 --- a/src/UniGetUI.Core.LanguageEngine/Assets/Data/TranslatedPercentages.json +++ b/src/UniGetUI.Core.LanguageEngine/Assets/Data/TranslatedPercentages.json @@ -1,5 +1,4 @@ { - "ar": "99%", "bg": "52%", "bn": "80%", "da": "65%", diff --git a/src/UniGetUI.Core.LanguageEngine/Assets/Languages/lang_ar.json b/src/UniGetUI.Core.LanguageEngine/Assets/Languages/lang_ar.json index 7f9290250..458aebc4a 100644 --- a/src/UniGetUI.Core.LanguageEngine/Assets/Languages/lang_ar.json +++ b/src/UniGetUI.Core.LanguageEngine/Assets/Languages/lang_ar.json @@ -60,7 +60,7 @@ "Another source": "مصدرُ آخر", "Any unsaved changes will be lost": "أي حزم غير محفوظة ستُفقد", "App Name": "اسم التطبيق", - "Application theme, startup page, package icons, clear successful installs automatically": null, + "Application theme, startup page, package icons, clear successful installs automatically": "سمة التطبيق، صفحة بدء التشغيل، أيقونات الحزمة، مسح التثبيتات الناجحة تلقائيًا", "Application theme:": "مظهر التطبيق:", "Architecture to install:": "المعمارية للتثبيت:", "Are these screenshots wron or blurry?": "هل لقطات الشاشة هذه خاطئة أو غير واضحة؟",