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/en/weechat_plugin_api.en.adoc | |
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/en/weechat_plugin_api.en.adoc')
-rw-r--r-- | doc/en/weechat_plugin_api.en.adoc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc index a90330736..f0e0c1c20 100644 --- a/doc/en/weechat_plugin_api.en.adoc +++ b/doc/en/weechat_plugin_api.en.adoc @@ -418,7 +418,7 @@ Arguments: Return value: -* translated string +* translated string or _string_ if there is no translation available in local language C example: @@ -460,7 +460,8 @@ Arguments: Return value: -* translated string +* translated string or _string_ / _plural_ if there is no translation available + in local language C example: |