utuhiro78
ca85f39b71
Update Japanese translation ( #3831 )
2025-09-24 07:14:20 +10:00
Bruno Rosa
792db9e8b8
quick fix to run archinstall and enable systemd services ( #3815 )
2025-09-19 15:52:30 +10:00
Daniel Girtler
d256e70480
Fix 3785 - F2FS parameters require 'extra_attr' ( #3796 )
...
Co-authored-by: Daniel Girtler <dgirtler@atlassian.com>
2025-09-17 10:32:04 +02:00
BlocksumoGuys
d40d77ce25
Finalized French Translation (with improvments) ( #3784 )
...
The french translation is hopefully finished, I also improved in some sectors of the translations
2025-09-09 17:03:48 +10:00
veprogames
de50a31609
Fundamentally improve German translations ( #3780 )
...
* Get rid of all warnings that poedit displayed
Bring translations closer to the English original, also removing some extraneous information. Get rid of all warnings poedit displayed. Correct translation that didn't match at all.
* Fix locales_generator.sh detection
xgettext was not recognizing tr() invocations. Following https://stackoverflow.com/a/11901925 fixed the issue
* Add more German translations
Improve consistency with some translations. Add translations for messages that were just detected in the previous commit. Add translations for Graphics Drivers
* Add more translations
Look for untranslated strings in the source files and add make them recognized by gettext
* Improve conistency of German translations and correct typos
* formatting
* Remove translations from enum members
* More translation tweaks
2025-09-09 17:02:24 +10:00
Dee
1ef52f56cb
gracefully return "undefined" if DMI is not in sysfs ( #3771 )
...
* gracefully return "undefined" if DMI is not in sysfs
fixes #3770 , in theory
* None works too and is consistent with other behaviour
* None doesn't *just* work
2025-09-08 10:51:28 +00:00
BlocksumoGuys
bca3f4b660
Update French Language inside of base.po ( #3782 )
...
Some error found inside the base.po file
2025-09-08 19:06:20 +10:00
veprogames
fd2c20a900
Add missing German translations ( #3774 )
2025-09-04 16:51:11 +10:00
Anton Hvornum
f87ece0b95
Bumping version to: 3.0.10 ( #3773 )
2025-09-02 12:33:50 +02:00
Daniel Girtler
6a228aa70a
Handle empty menu when focusing item ( #3742 )
2025-08-27 10:30:19 +02:00
Daniel Girtler
ea8d64a6d3
Fix upgrade version header ( #3738 )
...
* Fix header new version display
* Update
2025-08-27 10:29:23 +02:00
Daniel Girtler
d342c50aec
Remove beta label from LVM ( #3737 )
2025-08-27 10:28:45 +02:00
Daniel Girtler
e4e30b31d4
Disable btrfs snapshots when no subvolumes defined ( #3736 )
2025-08-27 10:28:17 +02:00
Daniel Girtler
663e46f86e
Remove unattended script ( #3733 )
2025-08-27 10:27:25 +02:00
Daniel Girtler
7d94210cd3
Fix parsing of systemd package version ( #3732 )
2025-08-27 10:23:03 +02:00
Daniel Girtler
a4324ec5f1
Setup grub-btrfs correctly for timeshift ( #3728 )
2025-08-27 10:21:47 +02:00
Luna Jernberg
f0f882f68b
Update base.po (Swedish) ( #3758 )
...
Update Swedish Translation
2025-08-26 09:45:44 +10:00
Valerii
af54095405
Better Ukrainian v.1.3.3 ( #3749 )
...
* Better Ukrainian v.1.3.2
Now, the translation is complete.
* Better Ukrainian v1.3.3
2025-08-22 07:56:34 +10:00
neko_0xff
d5b8c66d3b
Update base.po ( #3723 )
2025-08-10 06:08:09 +00:00
Guilherme Licodiedoff
05c25f10ea
Improve pt_BR translation flow ( #3722 )
2025-08-10 06:07:34 +00:00
Odyssey
c6674ee8e4
Update catalan locales ( #3716 )
2025-08-10 06:05:50 +00:00
correctmost
b0ede3c165
Fix a type annotation for list_available_packages ( #3711 )
...
The repositories parameter is a variable-length tuple instead of a
one-element tuple.
2025-08-06 07:02:01 +00:00
Andreamp0
5e96448f37
Fixing 3 lines in the italian translation ( #3710 )
2025-08-05 12:55:30 +00:00
EK
4c17b75134
move additional packages down ( #3709 )
2025-08-04 19:45:38 +02:00
Hugo Carvalho
1e841a1816
Translation: Update pt.po ( #3702 )
2025-07-31 11:48:38 +00:00
summoner
6cca6f9866
Translation: Update HU.po ( #3701 )
...
Fix translation wording
2025-07-31 06:59:25 +00:00
summoner
11e33ed9f3
Translation: Update Hu.po ( #3698 )
...
Translate new strings
Fix sentences
2025-07-30 17:34:56 +02:00
Anton Hvornum
0cd3f2ea26
Bumping version to: 3.0.9 ( #3697 )
2025-07-30 10:22:31 +02:00
Anton Hvornum
3607029d59
Reverted profiles and application installation order in order to not break DE's vs audioserver setups ( #3694 )
2025-07-30 08:16:36 +02:00
Daniel Girtler
1ba9d0371a
Correctly populate version in config ( #3693 )
2025-07-29 20:30:17 +00:00
Daniel Girtler
91609c16b5
Fix circular bootloader dependency ( #3686 )
2025-07-29 19:48:23 +02:00
VENOIRE
ccebb6882e
Fix boot detection to use PartitionFlag.BOOT instead of mountpoint ( #3659 )
...
Co-authored-by: VENOIRE <venoire@protonmail.com>
Co-authored-by: Torxed <torxed@archlinux.org>
2025-07-24 16:11:18 +02:00
correctmost
b77a43b201
Remove unneeded None annotation from Bootloader.get_default ( #3680 )
2025-07-23 20:00:21 +02:00
Anton Hvornum
5355c7141a
Add --skip-boot to allow for bypassing installation of a bootloader ( #3677 )
...
* Adding the option to skip boot loader
* Fixed a variable complaint
* Fixed ruff and mypy
* Fixed mypy
* Fixed mypy
* Fixed import recursion
* Fixed ruff
* Fixed circular imports
* Fixed ruff
* Hiding the menu option for bootloader when --skip-boot is given. Still setting it default to None to avoid it sneaking into the config file or being set behind the scenes causing if statements to trigger.
* Created an Enum None type for Bootloader called NO_BOOTLOADER
* Fixed ruff
* Spelling error
* Hiding NO_BOOTLOADER if --skip-boot is omitted
* Fixed TUI error when bootloader was missing
* Fixed mypy complaints
* Fixed ruff complaint
* Made the Bootloader option visible during --skip-boot and set the default value to NO_BOOTLOADER when --skip-boot is present
2025-07-23 16:52:01 +02:00
Luiz Felipe
ee6dcbe2b2
Improve PT‑BR translation and adjust punctuation ( #3679 )
...
Co-authored-by: LuizWT <xluiz452@gmail.com>
2025-07-23 11:10:02 +00:00
Daniel Girtler
3e99cfbba7
Move users menu into authentication submenu ( #3678 )
...
* Move users menu into authentication submenu
* Tests
* Update
* Update
2025-07-22 08:57:39 +02:00
Daniel Girtler
725c3fed09
Rename network_configuration -> network ( #3641 )
2025-07-21 19:26:15 +00:00
Daniel Girtler
1e058df92b
Fix imports ( #3675 )
2025-07-18 21:59:32 +00:00
Daniel Girtler
e0c3bb3869
Move root password menu into authentication menu ( #3650 )
2025-07-18 05:53:31 +00:00
correctmost
8736926fb2
Update mypy to 1.17.0 ( #3671 )
...
This commit also removes a type ignore comment that is no longer
needed after python/mypy#18976 .
2025-07-17 12:37:06 +10:00
utuhiro78
f059d897fb
Update Japanese translation ( #3670 )
2025-07-16 10:16:55 +10:00
Daniel Girtler
231530d5f9
Handle no U2F device available ( #3648 )
2025-07-15 09:35:54 +02:00
Daniel Girtler
47f4e63006
Rename profile_model -> profile ( #3640 )
2025-07-15 09:30:15 +02:00
Daniel Girtler
96aaf5b6ac
Rename module device_model -> device ( #3639 )
2025-07-15 09:29:58 +02:00
Muhammad Salman
eb5512f5cd
Install inotify-tools when using grub with btrfs config ( #3656 )
2025-07-08 20:12:57 +10:00
Matteo
30f0693ce7
Update Italian translation ( #3651 )
2025-07-03 08:42:30 +10:00
correctmost
3652dbd578
Replace an Any instance in U2FLoginConfiguration.parse_arg ( #3649 )
2025-07-01 08:54:46 +10:00
correctmost
2bb98bc06e
Remove an unused member variable from AuthenticationHandler ( #3644 )
2025-07-01 07:55:04 +10:00
correctmost
2072c29745
Use union syntax instead of typing.Optional ( #3643 )
2025-07-01 07:54:41 +10:00
Daniel Girtler
55a383764f
Add support for U2F authentication ( #3638 )
...
* Add U2F login support
* Update
* Update
* Update
* Update
2025-06-30 21:51:45 +10:00