From 88d6bf80f5cdbbb90ead197bd41a67eb8c44e50e Mon Sep 17 00:00:00 2001 From: Rubén Beltrán del Río Date: Sat, 17 Jan 2026 11:22:22 +0100 Subject: Make clippy stricter and fix --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 67db2f2..34a5b68 100644 --- a/README.md +++ b/README.md @@ -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]. -- cgit