diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-08-16 12:05:47 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-08-16 12:05:47 +0200 |
commit | 4a96c0ad8b724e5eb5f62875ecc2ae8f1253f8db (patch) | |
tree | ddf54bc95500933a0e653a670753ad471c06ae81 /doc | |
parent | 2ae292e6848cf1cea9efb1f418b7d4ffc534f20c (diff) | |
download | weechat-4a96c0ad8b724e5eb5f62875ecc2ae8f1253f8db.zip |
api: add info "locale" for info_get (locale used to translate messages)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/autogen/plugin_api/infos.txt | 2 | ||||
-rw-r--r-- | doc/en/autogen/plugin_api/infos.txt | 2 | ||||
-rw-r--r-- | doc/fr/autogen/plugin_api/infos.txt | 2 | ||||
-rw-r--r-- | doc/it/autogen/plugin_api/infos.txt | 2 | ||||
-rw-r--r-- | doc/ja/autogen/plugin_api/infos.txt | 2 |
5 files changed, 10 insertions, 0 deletions
diff --git a/doc/de/autogen/plugin_api/infos.txt b/doc/de/autogen/plugin_api/infos.txt index f50c3048c..4ab0fc7ea 100644 --- a/doc/de/autogen/plugin_api/infos.txt +++ b/doc/de/autogen/plugin_api/infos.txt @@ -38,6 +38,8 @@ | weechat | inactivity | Inaktivität der Tastatur (Sekunden) | - +| weechat | locale | locale used for translating messages | - + | weechat | version | WeeChat Version | - | weechat | version_number | WeeChat Version (als Nummer) | - diff --git a/doc/en/autogen/plugin_api/infos.txt b/doc/en/autogen/plugin_api/infos.txt index 016298988..341172eab 100644 --- a/doc/en/autogen/plugin_api/infos.txt +++ b/doc/en/autogen/plugin_api/infos.txt @@ -38,6 +38,8 @@ | weechat | inactivity | keyboard inactivity (seconds) | - +| weechat | locale | locale used for translating messages | - + | weechat | version | WeeChat version | - | weechat | version_number | WeeChat version (as number) | - diff --git a/doc/fr/autogen/plugin_api/infos.txt b/doc/fr/autogen/plugin_api/infos.txt index 61be19bdf..ceb5a652b 100644 --- a/doc/fr/autogen/plugin_api/infos.txt +++ b/doc/fr/autogen/plugin_api/infos.txt @@ -38,6 +38,8 @@ | weechat | inactivity | inactivité du clavier (secondes) | - +| weechat | locale | locale utilisée pour la traduction des messages | - + | weechat | version | version de WeeChat | - | weechat | version_number | version de WeeChat (sous forme de nombre) | - diff --git a/doc/it/autogen/plugin_api/infos.txt b/doc/it/autogen/plugin_api/infos.txt index fb63b7cc1..e77fcbbc0 100644 --- a/doc/it/autogen/plugin_api/infos.txt +++ b/doc/it/autogen/plugin_api/infos.txt @@ -38,6 +38,8 @@ | weechat | inactivity | inattività della tastiera (secondi) | - +| weechat | locale | locale used for translating messages | - + | weechat | version | versione di WeeChat | - | weechat | version_number | versione di WeeChat (come numero) | - diff --git a/doc/ja/autogen/plugin_api/infos.txt b/doc/ja/autogen/plugin_api/infos.txt index 8787d19e1..bbac5eeb6 100644 --- a/doc/ja/autogen/plugin_api/infos.txt +++ b/doc/ja/autogen/plugin_api/infos.txt @@ -38,6 +38,8 @@ | weechat | inactivity | キーボード未使用時間 (秒) | - +| weechat | locale | locale used for translating messages | - + | weechat | version | WeeChat のバージョン | - | weechat | version_number | WeeChat のバージョン (数字) | - |