summaryrefslogtreecommitdiff
path: root/docs/LANGUAGE
diff options
context:
space:
mode:
Diffstat (limited to 'docs/LANGUAGE')
-rw-r--r--docs/LANGUAGE2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LANGUAGE b/docs/LANGUAGE
index c4e3ebba8..37c3ccb25 100644
--- a/docs/LANGUAGE
+++ b/docs/LANGUAGE
@@ -35,7 +35,7 @@ Anope Mutli Language Support
want translated (messages to the user, etc).
If you want to translate a module someone has made, first generate a .pot file if there isn't one already using
- xgettext -s -d modulename -o modulename.pot --from-code=utf-8 modulename.cpp`
+ `xgettext -s -d modulename -o modulename.pot --from-code=utf-8 modulename.cpp`.
The .pot file is a template of all of the language strings extracted from the source file.
Next, run msginit on the .pot file with