1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 04:23:13 +02:00

Added missing ` in docs/LANGUAGE

This commit is contained in:
Adam
2011-08-27 20:58:09 -04:00
parent 28e8190e6b
commit 1e1a41f0e7
+1 -1
View File
@@ -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