diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-11-03 22:03:02 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-11-03 22:03:02 +0100 |
commit | 1225efe472fc18ed6a0a3c1aef1dfb01f8758d15 (patch) | |
tree | 2d52a4c7aa9cdd9cc05b254839ce9a3869032da2 /doc/it | |
parent | 42d98a686549e0e1056de23408b0b25075e42fe8 (diff) | |
download | weechat-1225efe472fc18ed6a0a3c1aef1dfb01f8758d15.zip |
doc: add info about strings not translated in functions gettext/ngettext (plugin API reference)
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/weechat_plugin_api.it.adoc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc index 5eee0268e..3ba56b2b7 100644 --- a/doc/it/weechat_plugin_api.it.adoc +++ b/doc/it/weechat_plugin_api.it.adoc @@ -442,7 +442,8 @@ Argomenti: Valore restituito: -* stringa tradotta +// TRANSLATION MISSING +* translated string or _string_ if there is no translation available in local language Esempio in C: @@ -484,7 +485,9 @@ Argomenti: Valore restituito: -* stringa tradotta +// TRANSLATION MISSING +* translated string or _string_ / _plural_ if there is no translation available + in local language Esempio in C: |