Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawleenc committed Dec 15, 2022
2 parents dc2d40f + a6f5610 commit b9a4e4a
Show file tree
Hide file tree
Showing 4 changed files with 571 additions and 236 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ python <(curl -L tiny.one/acdev)

Answer the questions and let the magic happen ;)

# Translations

To create new translations or update existing ones, first run the following command :
```bash
python /usr/lib/pythonX.Y/Tools/i18n/pygettext.py -d base -o base.pot archcraftsman.py
```
Then use [Poedit](https://archlinux.org/packages/community/x86_64/poedit/) to create or update translations based on the newly generated `base.pot`

# Purpose

The purpose of this script is to propose a very fast and straightforward Arch Linux installation while bringing all the care I put on my own installations. The customization options are therefore not countless. However, some flexibility is still proposed.
Expand Down
Loading

0 comments on commit b9a4e4a

Please sign in to comment.