diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-08-16 12:32:41 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-08-16 12:32:41 +0200 |
commit | e211cdad5460d4a2b2afd01744a8230b56a6ff3d (patch) | |
tree | 00904a182cae809371bbcd8fef4c7adba37dff7b /doc/en/autogen/user | |
parent | 4a96c0ad8b724e5eb5f62875ecc2ae8f1253f8db (diff) | |
download | weechat-e211cdad5460d4a2b2afd01744a8230b56a6ff3d.zip |
script: add option script.look.translate_description
Diffstat (limited to 'doc/en/autogen/user')
-rw-r--r-- | doc/en/autogen/user/script_options.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/en/autogen/user/script_options.txt b/doc/en/autogen/user/script_options.txt index 8f83803b1..f5a61dd47 100644 --- a/doc/en/autogen/user/script_options.txt +++ b/doc/en/autogen/user/script_options.txt @@ -138,6 +138,11 @@ ** type: string ** values: any string (default value: `"p,n"`) +* [[option_script.look.translate_description]] *script.look.translate_description* +** description: `translate description of scripts (if translation is available in your language, otherwise english version is used)` +** type: boolean +** values: on, off (default value: `on`) + * [[option_script.scripts.cache_expire]] *script.scripts.cache_expire* ** description: `local cache expiration time, in minutes (-1 = never expires, 0 = always expire)` ** type: integer |