From 0846d0c9d43557674426dd3c01dca781a4814588 Mon Sep 17 00:00:00 2001 From: tanolino Date: Fri, 5 Apr 2019 14:35:03 +0200 Subject: [PATCH] Add some initial text for Gettext Gettext is rather complex to explain so i'd add a reference to the original handbook and mentoin the important points. Sorry for any bad spelling, i am new to writing wiki entries. --- docs/guide/plurals_programmers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/plurals_programmers.rst b/docs/guide/plurals_programmers.rst index b25aa39..6080b82 100644 --- a/docs/guide/plurals_programmers.rst +++ b/docs/guide/plurals_programmers.rst @@ -112,4 +112,4 @@ features and the tag. Gettext ------- -FIXME unsure how this is used +Uses different functions for each language. See the option '--keyword[=keywordspec]' from https://www.gnu.org/software/gettext/manual/html_node/xgettext-Invocation.html . Consider using the apropriate '--language=name' option too.