diff options
author | Adam <Adam@anope.org> | 2011-08-27 20:58:09 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-08-27 20:58:09 -0400 |
commit | 1e1a41f0e7bd81bd3eee67281cad2bd284d97b86 (patch) | |
tree | 2de1958c183b22a8580e2456caa03c34f21bb993 /docs | |
parent | 28e8190e6bc96f2f3f4c53d611fc349d50092c3f (diff) |
Added missing ` in docs/LANGUAGE
Diffstat (limited to 'docs')
-rw-r--r-- | docs/LANGUAGE | 2 |
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 |