diff options
Diffstat (limited to 'doc/i18n.md')
-rw-r--r-- | doc/i18n.md | 6 |
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) { |