diff options
| author | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-01-17 11:22:22 +0100 |
|---|---|---|
| committer | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-01-17 12:24:45 +0100 |
| commit | 88d6bf80f5cdbbb90ead197bd41a67eb8c44e50e (patch) | |
| tree | 401549b24fe8a747ef6739389b1b38f33ef016bb /README.md | |
| parent | 17898fbabde35ab346c133114e78614e707c0eca (diff) | |
Make clippy stricter and fix
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -23,8 +23,17 @@ flatpak. ### Flatpak +Build it with `make flatpak` + Since flatpak expects offline building, we use `flatpak-cargo-generator` to -generate the sources. +generate the sources. This will be done every time you run `make flatpak`. + +The project assumes `flatpak-cargo-generator.py` lives in +`~/projects/vendor/flatpak-builder-tools/cargo`, but you can override this with +the environment variable `flatpak_cargo_generator` (eg. +`make -e flatpak_cargo_generator=~/your/path/to/flatpak_cargo_generator`). It +expects this directory to have the poetry configuration, as it enables the +virtualenv using poetry. ## Localization / Internationalization @@ -35,6 +44,11 @@ with: make extract_strings ``` +This updates the available POTFILES by checking for the presence of the tr! +macro or `gettext`, and extracts the strings to the template file. + +You can then edit the strings using a tool like Poedit. + ## The wmap language Learn more about the language at [map.tranquil.systems][map]. |