From 17898fbabde35ab346c133114e78614e707c0eca Mon Sep 17 00:00:00 2001 From: Rubén Beltrán del Río Date: Sat, 17 Jan 2026 00:36:49 +0100 Subject: Add localization --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 07ccc63..67db2f2 100644 --- a/README.md +++ b/README.md @@ -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]. -- cgit