Skip to content

Commit cff3e93

Browse files
committed
Merge branch 'main' into package-grid
2 parents e4bdf4d + db52cfe commit cff3e93

7 files changed

Lines changed: 1755 additions & 10 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ To translate UniGetUI to other languages or to update an old translation, please
134134
| <img src='https://flagcdn.com/in.svg' width=20> &nbsp; Hindi - हिंदी | 43% | [Ashu-r](https://github.com/Ashu-r), [atharva_xoxo](https://github.com/atharva_xoxo), [satanarious](https://github.com/satanarious) |
135135
| <img src='https://flagcdn.com/hr.svg' width=20> &nbsp; Croatian - Hrvatski | 48% | Stjepan Treger |
136136
| <img src='https://flagcdn.com/il.svg' width=20> &nbsp; Hebrew - עִבְרִית‎ | 99% | [maximunited](https://github.com/maximunited), Oryan Hassidim |
137-
| <img src='https://flagcdn.com/hu.svg' width=20> &nbsp; Hungarian - Magyar | 97% | [gidano](https://github.com/gidano) |
137+
| <img src='https://flagcdn.com/hu.svg' width=20> &nbsp; Hungarian - Magyar | 99% | [gidano](https://github.com/gidano) |
138138
| <img src='https://flagcdn.com/it.svg' width=20> &nbsp; Italian - Italiano | 100% | David Senoner, [giacobot](https://github.com/giacobot), [maicol07](https://github.com/maicol07), [mapi68](https://github.com/mapi68), [mrfranza](https://github.com/mrfranza), Rosario Di Mauro |
139139
| <img src='https://flagcdn.com/id.svg' width=20> &nbsp; Indonesian - Bahasa Indonesia | 65% | [arthackrc](https://github.com/arthackrc), [joenior](https://github.com/joenior) |
140140
| <img src='https://flagcdn.com/jp.svg' width=20> &nbsp; Japanese - 日本語 | 82% | [anmoti](https://github.com/anmoti), [nob-swik](https://github.com/nob-swik), Nobuhiro Shintaku, sho9029, [tacostea](https://github.com/tacostea), Yuki Takase |
@@ -166,7 +166,7 @@ To translate UniGetUI to other languages or to update an old translation, please
166166
| <img src='https://flagcdn.com/cn.svg' width=20> &nbsp; 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), [xiaopangju](https://github.com/xiaopangju), Yisme |
167167
| <img src='https://flagcdn.com/tw.svg' width=20> &nbsp; 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) |
168168

169-
Last updated: Wed Apr 9 00:14:27 2025
169+
Last updated: Fri Apr 11 00:14:31 2025
170170
<!-- END Autogenerated translations -->
171171

172172

cli-arguments.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# UniGetUI Command-line parameters
22

3-
| Parameter | Description | Compatible versions |
4-
| --------------------------------------------------- | ---------- | ------- |
3+
| Parameter ____________________________________ | Description | Compatible versions ______________ |
4+
| ---------------------- | ---------- | ------- |
55
| `--daemon` | Start UniGetUI without spawning a new window. UniGetUI will run minimized on the system tray. UniGetUI is called with this parameter when launched at startup. **Autostart UniGetUI in the notifications area must be enabled for this parameter to work.** | 1.0+ |
66
| `--welcome` | Shows the user the Setup Wizard | up to 2.2.0 |
77
| `--updateapps` | Force enable automatic installation of available updates | 1.6.0+ |
88
| `--report-all-errors` | Will force UniGetUI to show the error report page on any crash when loading | 3.0.0+ |
99
| `--uninstall-unigetui` | Will unregister UniGetUI from the notification panel, and silently quit | from 3.1.0 to 3.1.8 |
1010
| `--migrate-wingetui-to-unigetui` | Will migrate WingetUI data folders and shortcuts to UniGetUI (if possible), and silently quit | 3.1.0+ |
1111
| `UniGetUI.exe file` | Provided that the file is a valid bundle, will load the bundle into the Package Bundles page. Compatible bundle files include the following extensions: `.ubundle`, `.json`, `.yaml`, `.xml` | 3.1.2+ |
12-
| `--help` | Opens this page | 3.1.9+ |
13-
| `--import-settings file` | Imports UniGetUI settings from json file _file_. The file must exist. The old settings will be lost* | 3.1.9+ |
14-
| `--export-settings file` | Exports UniGetUI settings to json file _file_. The file will be created or overwritten* | 3.1.9+ |
15-
| `--enable-setting key` | Enables the boolean setting _key_* | 3.1.9+ |
16-
| `--disable-setting key` | Disables the boolean setting _key_* | 3.1.9+ |
17-
| `--set-setting-value key value` | Sets the value _value_ to the non-boolean setting _key_. To clear a non-boolean setting, `--disable-setting` can be used* | 3.1.9+ |
12+
| `--help` | Opens this page | 3.2.0+ |
13+
| `--import-settings file` | Imports UniGetUI settings from json file _file_. The file must exist. The old settings will be lost* | 3.2.0+ |
14+
| `--export-settings file` | Exports UniGetUI settings to json file _file_. The file will be created or overwritten* | 3.2.0+ |
15+
| `--enable-setting key` | Enables the boolean setting _key_* | 3.2.0+ |
16+
| `--disable-setting key` | Disables the boolean setting _key_* | 3.2.0+ |
17+
| `--set-setting-value key value` | Sets the value _value_ to the non-boolean setting _key_. To clear a non-boolean setting, `--disable-setting` can be used* | 3.2.0+ |
1818

1919

2020
\*After modifying the settings, you must ensure that any running instance of UniGetUI is restarted for the changes to take effect

src/UniGetUI.Core.LanguageEngine/Assets/Data/LanguagesReference.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"default": "System language",
3+
"af": "Afrikaans - Afrikaans",
34
"ar": "Arabic - عربي‎",
45
"bg": "Bulgarian - български",
56
"bn": "Bangla - বাংলা",
@@ -22,6 +23,7 @@
2223
"it": "Italian - Italiano",
2324
"id": "Indonesian - Bahasa Indonesia",
2425
"ja": "Japanese - 日本語",
26+
"ka": "Georgian - ქართული",
2527
"kn": "Kannada - ಕನ್ನಡ",
2628
"ko": "Korean - 한국어",
2729
"lt": "Lithuanian - Lietuvių",

src/UniGetUI.Core.LanguageEngine/Assets/Data/TranslatedPercentages.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"af": "0%",
23
"ar": "90%",
34
"bg": "47%",
45
"bn": "72%",
@@ -13,6 +14,7 @@
1314
"hu": "99%",
1415
"id": "65%",
1516
"ja": "82%",
17+
"ka": "71%",
1618
"kn": "11%",
1719
"ko": "69%",
1820
"lt": "92%",

src/UniGetUI.Core.LanguageEngine/Assets/Data/Translators.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"af": [],
23
"ar": [
34
{
45
"name": "Abdu11ahAS",
@@ -378,6 +379,16 @@
378379
"link": ""
379380
}
380381
],
382+
"ka": [
383+
{
384+
"name": "marticliment",
385+
"link": "https://github.com/marticliment"
386+
},
387+
{
388+
"name": "ppvnf",
389+
"link": "https://github.com/ppvnf"
390+
}
391+
],
381392
"kn": [
382393
{
383394
"name": "skanda890",

0 commit comments

Comments
 (0)