Skip to content

Commit

Permalink
Update translations and version
Browse files Browse the repository at this point in the history
  • Loading branch information
marticliment committed Oct 16, 2024
1 parent 6a2c382 commit 6c6af2b
Show file tree
Hide file tree
Showing 54 changed files with 36,009 additions and 34,930 deletions.
86 changes: 43 additions & 43 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion UniGetUI.iss
Original file line number Diff line number Diff line change
@@ -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.2-beta3"
#define MyAppVersion "3.1.2-beta4"
#define MyAppName "UniGetUI (formerly WingetUI)"
#define MyAppPublisher "Martí Climent"
#define MyAppURL "https://github.com/marticliment/UniGetUI"
Expand Down
2 changes: 1 addition & 1 deletion src/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
[assembly: AssemblyCopyright("2024, Martí Climent")]
[assembly: AssemblyVersion("3.1.2.0")]
[assembly: AssemblyFileVersion("3.1.2.0")]
[assembly: AssemblyInformationalVersion("3.1.2-beta3")]
[assembly: AssemblyInformationalVersion("3.1.2-beta4")]
[assembly: SupportedOSPlatform("windows10.0.19041")]
4 changes: 2 additions & 2 deletions src/UniGetUI.Core.Data/CoreData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ private static int GetCodePage()
}
}

public const string VersionName = "3.1.2-beta3"; // Do not modify this line, use file scripts/apply_versions.py
public const double VersionNumber = 3.1193; // Do not modify this line, use file scripts/apply_versions.py
public const string VersionName = "3.1.2-beta4"; // Do not modify this line, use file scripts/apply_versions.py
public const double VersionNumber = 3.1194; // Do not modify this line, use file scripts/apply_versions.py

public const string UserAgentString = $"UniGetUI/{VersionName} (https://marticliment.com/unigetui/; [email protected])";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,48 +1,49 @@
{
"ar": "85%",
"bg": "57%",
"bn": "87%",
"cs": "96%",
"da": "71%",
"de": "96%",
"el": "94%",
"es": "95%",
"et": "55%",
"fa": "83%",
"fi": "49%",
"fr": "96%",
"gu": "10%",
"he": "96%",
"hi": "51%",
"hr": "54%",
"hu": "96%",
"id": "79%",
"it": "96%",
"ja": "89%",
"kn": "13%",
"ko": "80%",
"lt": "90%",
"mk": "60%",
"nb": "96%",
"nn": "96%",
"pl": "95%",
"pt_BR": "95%",
"pt_PT": "96%",
"ro": "96%",
"ru": "94%",
"sa": "13%",
"ar": "82%",
"bg": "55%",
"bn": "85%",
"cs": "93%",
"da": "69%",
"de": "93%",
"el": "91%",
"es": "92%",
"et": "54%",
"fa": "80%",
"fi": "47%",
"fr": "93%",
"gu": "9%",
"he": "93%",
"hi": "49%",
"hr": "52%",
"hu": "93%",
"id": "77%",
"it": "97%",
"ja": "86%",
"kn": "12%",
"ko": "77%",
"lt": "88%",
"mk": "58%",
"nb": "93%",
"nl": "97%",
"nn": "93%",
"pl": "92%",
"pt_BR": "92%",
"pt_PT": "93%",
"ro": "93%",
"ru": "92%",
"sa": "12%",
"si": "8%",
"sk": "12%",
"sl": "90%",
"sq": "96%",
"sr": "96%",
"sv": "47%",
"sk": "11%",
"sl": "87%",
"sq": "93%",
"sr": "93%",
"sv": "45%",
"tg": "13%",
"th": "94%",
"tr": "96%",
"ua": "53%",
"ur": "67%",
"vi": "95%",
"zh_CN": "96%",
"zh_TW": "96%"
"th": "91%",
"tr": "93%",
"ua": "51%",
"ur": "65%",
"vi": "92%",
"zh_CN": "93%",
"zh_TW": "93%"
}
1,444 changes: 733 additions & 711 deletions src/UniGetUI.Core.LanguageEngine/Assets/Languages/lang_ar.json

Large diffs are not rendered by default.

1,444 changes: 733 additions & 711 deletions src/UniGetUI.Core.LanguageEngine/Assets/Languages/lang_bg.json

Large diffs are not rendered by default.

1,444 changes: 733 additions & 711 deletions src/UniGetUI.Core.LanguageEngine/Assets/Languages/lang_bn.json

Large diffs are not rendered by default.

1,444 changes: 733 additions & 711 deletions src/UniGetUI.Core.LanguageEngine/Assets/Languages/lang_ca.json

Large diffs are not rendered by default.

1,444 changes: 733 additions & 711 deletions src/UniGetUI.Core.LanguageEngine/Assets/Languages/lang_cs.json

Large diffs are not rendered by default.

1,444 changes: 733 additions & 711 deletions src/UniGetUI.Core.LanguageEngine/Assets/Languages/lang_da.json

Large diffs are not rendered by default.

1,444 changes: 733 additions & 711 deletions src/UniGetUI.Core.LanguageEngine/Assets/Languages/lang_de.json

Large diffs are not rendered by default.

1,444 changes: 733 additions & 711 deletions src/UniGetUI.Core.LanguageEngine/Assets/Languages/lang_el.json

Large diffs are not rendered by default.

Loading

0 comments on commit 6c6af2b

Please sign in to comment.