From 513ea3af2f5af37479a7e63e176dac2a51c38324 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 29 Jul 2025 22:09:16 +0200 Subject: Rename ‘po’ to ‘extract' and add ‘po’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/i18n.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/i18n.md') diff --git a/doc/i18n.md b/doc/i18n.md index 475a512..b7de2dc 100644 --- a/doc/i18n.md +++ b/doc/i18n.md @@ -5,9 +5,9 @@ For translators to be able to translate text, and for us to be able to work with those translations, we need translation files. These files are located in the `/po` directory. These files are automatically generated -by running the `make po` command. In order to extract translations from -the source code, the `make po` command will search for calls to the -`Get()` family of functions, such as `Get()` and `GetN()`. +by running the `make extract` command. In order to extract translations +from the source code, the `make extract` command will search for calls to +the `Get()` family of functions, such as `Get()` and `GetN()`. ```go func example(n int) { -- cgit v1.2.3