diff --git a/Documentation.html b/Documentation.html index d4bc661f3..79bfab418 100644 --- a/Documentation.html +++ b/Documentation.html @@ -4486,8 +4486,12 @@ now synchronize your databases placed on the same server or some remote server.
__('Some text')
or _ngettext()
function).
+ To translate them, you need to call scripts/update-po
+ script. To use translated messages, call
+ scripts/generate-mo
, which generates binary files read by
+ Gettext.