aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-07-29 22:09:16 +0200
committerThomas Voss <mail@thomasvoss.com> 2025-07-29 22:09:16 +0200
commit513ea3af2f5af37479a7e63e176dac2a51c38324 (patch)
treee9c397f732bf11a5244a92ab437690018e012d8d /doc
parent11116bc25af667597fc715850f59ede104399ffd (diff)
Rename ‘po’ to ‘extract' and add ‘po’
Diffstat (limited to 'doc')
-rw-r--r--doc/i18n.md6
1 files changed, 3 insertions, 3 deletions
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) {