Commit Graph

29 Commits

Author SHA1 Message Date
Franco Castillo ae3f59ccae
Update .po, base.pot and archinstall/locales/es/LC_MESSAGES/base.mo files. (#3149)
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2025-01-31 07:25:44 +11:00
Anton Hvornum c16df5d80e
Bump to version 3.0.0 (#2847) 2024-11-17 10:02:51 +01:00
K.B.Dharun Krishna 3d5fa9270d
po: update Tamil translation (#2693) 2024-09-22 07:35:52 +10:00
Anton Hvornum f6776f3801
Bumping version to: v2.8.2 (#2616) 2024-08-17 10:07:02 +02:00
K.B.Dharun Krishna 755ce76e31
l10n/po: update Tamil translation (#2551) 2024-06-28 17:54:19 +02:00
Anton Hvornum e938074123
Updated all language files in prep for release (#2544) 2024-06-23 10:16:49 +02:00
Anton Hvornum 7d9e9d8ba0
Bumping version to: v2.8.0 (#2460) 2024-04-15 06:50:17 +02:00
K.B.Dharun Krishna 2c87f0e13c
l10n/po: update Tamil translation (#2392) 2024-04-15 06:48:27 +02:00
Anton Hvornum c13d5fae05
Preparing release: v2.7.1 (#2272) 2023-11-28 17:02:54 +01:00
K.B.Dharun Krishna 8637cd06e7
po: update Tamil translation (#2271) 2023-11-28 10:13:39 +01:00
Anton Hvornum 62296cfa12
Prepare for release 2.7.0 (#2252)
* Preparing release

* Bumping version to: v2.7.0
2023-11-23 09:45:47 +01:00
K.B.Dharun Krishna a34e374634
po: update Tamil translation (#2105)
* po: update Tamil translation

* po: update translation files

* po: update translation files, Tamil translation

* Revert "po: update translation files, Tamil translation"

This reverts commit 98ef415138.

* po: update Tamil translation

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-01 07:57:35 +11:00
Anton Hvornum a78ab490be
Bumping version to: v2.6.3 (#2135) 2023-09-30 15:56:22 +02:00
K.B.Dharun Krishna abd5aeba6a
po: update Tamil translation (#2096)
* po: update Tamil translation

* Update translation workflow check

* Update translation workflow check

* Update translation workflow check

* Update translation files

* Update translation workflow check

---------

Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
2023-09-24 11:03:04 +10:00
Daniel Girtler 91c2906f3c
Fix broken action check (#2060)
* Fix broken action check
2023-09-17 22:12:34 +10:00
K.B.Dharun Krishna 9164c63f2a
po: update Tamil translation (#1867) 2023-06-12 22:20:38 +02:00
K.B.Dharun Krishna e0a3bd1114
Update Tamil translation (#1765)
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Anton Hvornum <anton@hvornum.se>
2023-06-12 15:24:55 +02:00
George Angelopoulos b60a055348
remove accidentally added space (#1845) 2023-06-05 16:58:35 +02:00
George Angelopoulos b02e00d22e
Rephrase NetworkManager dependency message for clarity. (#1834)
The phrase "X necessary to configure Y in Z" is at best ambiguous and
could mean that Y and Z are required by X, while the intended message is
the reverse. The phrase "necessary for configuring" makes the
relationship clearer.
2023-06-05 12:27:58 +02:00
Daniel Girtler 91ee3575d3
Fix 1749 (#1840)
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
Co-authored-by: Anton Hvornum <anton@hvornum.se>
2023-06-05 10:47:14 +02:00
Error504TimeOut 4da7d537a5
Updated German Translation (#1825)
* Add files via upload

* Fixed errors and completed German translation

* fixed minor error
2023-06-05 10:11:02 +02:00
Daniel Girtler 00b0ae7ba4
PyParted and a large rewrite of the underlying partitioning (#1604)
* Invert mypy files

* Add optional pre-commit hooks

* New profile structure

* Serialize profiles

* Use profile instead of classmethod

* Custom profile setup

* Separator between back

* Support profile import via url

* Move profiles module

* Refactor files

* Remove symlink

* Add user to docker group

* Update schema description

* Handle list services

* mypy fixes

* mypy fixes

* Rename profilesv2 to profiles

* flake8

* mypy again

* Support selecting DM

* Fix mypy

* Cleanup

* Update greeter setting

* Update schema

* Revert toml changes

* Poc external dependencies

* Dependency support

* New encryption menu

* flake8

* Mypy and flake8

* Unify lsblk command

* Update bootloader configuration

* Git hooks

* Fix import

* Pyparted

* Remove custom font setting

* flake8

* Remove default preview

* Manual partitioning menu

* Update structure

* Disk configuration

* Update filesystem

* luks2 encryption

* Everything works until installation

* Btrfsutil

* Btrfs handling

* Update btrfs

* Save encryption config

* Fix pipewire issue

* Update mypy version

* Update all pre-commit

* Update package versions

* Revert audio/pipewire

* Merge master PRs

* Add master changes

* Merge master changes

* Small renaming

* Pull master changes

* Reset disk enc after disk config change

* Generate locals

* Update naming

* Fix imports

* Fix broken sync

* Fix pre selection on table menu

* Profile menu

* Update profile

* Fix post_install

* Added python-pyparted to PKGBUILD, this requires [testing] to be enabled in order to run makepkg. Package still works via python -m build etc.

* Swaped around some setuptools logic in pyproject

Since we define `package-data` and `packages` there should be no need for:
```
[tool.setuptools.packages.find]
where = ["archinstall", "archinstall.*"]
```

* Removed pyproject collisions. Duplicate definitions.

* Made sure pyproject.toml includes languages

* Add example and update README

* Fix pyproject issues

* Generate locale

* Refactor imports

* Simplify imports

* Add profile description and package examples

* Align code

* Fix mypy

* Simplify imports

* Fix saving config

* Fix wrong luks merge

* Refactor installation

* Fix cdrom device loading

* Fix wrongly merged code

* Fix imports and greeter

* Don't terminate on partprobe error

* Use specific path on partprobe from luks

* Update archinstall/lib/disk/device_model.py

Co-authored-by: codefiles <11915375+codefiles@users.noreply.github.com>

* Update archinstall/lib/disk/device_model.py

Co-authored-by: codefiles <11915375+codefiles@users.noreply.github.com>

* Update github workflow to test archinstall installation

* Update sway merge

* Generate locales

* Update workflow

---------

Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
Co-authored-by: Anton Hvornum <anton@hvornum.se>
Co-authored-by: Anton Hvornum <anton.feeds+github@gmail.com>
Co-authored-by: codefiles <11915375+codefiles@users.noreply.github.com>
2023-04-19 12:55:42 +02:00
laymoth 60cdb81c78
Update locale files (#1699) 2023-03-30 10:55:28 +02:00
Murphy 6fdfd93e69
Partition creation prompt text (#1683)
* new prompt text

* remove quotes
2023-03-26 21:42:24 +02:00
Daniel Girtler c3862c5779
New encryption menu (#1520)
* New encryption menu

Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
Co-authored-by: Anton Hvornum <anton@hvornum.se>
2022-11-11 09:40:05 +01:00
K.B.Dharun Krishna 5959cde5cb
Update ta locale (#1486)
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2022-10-03 16:25:37 +02:00
Joel Larson 2d9804f880
Update locale files with ./locales_generator.sh to be current (#1372) 2022-09-09 09:17:31 +02:00
Daniel Girtler 4dcd5e684f
Move deserialization into init (#1456)
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
2022-09-06 08:31:08 +02:00
K.B.Dharun Krishna dba30fdcf0
locales: AddTamil translation (#1454) 2022-09-05 12:20:08 +02:00