diff options
| author | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-01-17 00:36:49 +0100 |
|---|---|---|
| committer | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-01-17 02:43:21 +0100 |
| commit | 17898fbabde35ab346c133114e78614e707c0eca (patch) | |
| tree | 90f0fd36211c036a507a0af092aac3c5fb8e7ac8 /README.md | |
| parent | 90b12c34debaa4aa816d4e6862cdb4e39c7181e4 (diff) | |
Add localization
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -26,6 +26,15 @@ flatpak. Since flatpak expects offline building, we use `flatpak-cargo-generator` to generate the sources. +## Localization / Internationalization + +This project uses gettext for translations. You can update the template files +with: + +``` +make extract_strings +``` + ## The wmap language Learn more about the language at [map.tranquil.systems][map]. |