diff --git a/doc/de/weechat_faq.de.adoc b/doc/de/weechat_faq.de.adoc index 9057123a2..8b6f9e403 100644 --- a/doc/de/weechat_faq.de.adoc +++ b/doc/de/weechat_faq.de.adoc @@ -421,6 +421,28 @@ Mit einer älteren Version von WeeChat: /upgrade ---- +// TRANSLATION MISSING +[[timezone]] +=== How can I change the timezone? + +// TRANSLATION MISSING +There is no option in WeeChat to change the timezone, the environment variable +`TZ` must be set to the appropriate value. + +// TRANSLATION MISSING +In your shell initialization file or on command line, before starting WeeChat: + +---- +export TZ=Europe/Berlin +---- + +// TRANSLATION MISSING +In WeeChat, the new value is immediately used: + +---- +/set env TZ Europe/Berlin +---- + [[use_256_colors]] === Wie kann ich 256 Farben in WeeChat nutzen? diff --git a/doc/en/weechat_faq.en.adoc b/doc/en/weechat_faq.en.adoc index 43d5cb949..f70a39eee 100644 --- a/doc/en/weechat_faq.en.adoc +++ b/doc/en/weechat_faq.en.adoc @@ -389,6 +389,24 @@ With older WeeChat: /upgrade ---- +[[timezone]] +=== How can I change the timezone? + +There is no option in WeeChat to change the timezone, the environment variable +`TZ` must be set to the appropriate value. + +In your shell initialization file or on command line, before starting WeeChat: + +---- +export TZ=America/New_York +---- + +In WeeChat, the new value is immediately used: + +---- +/set env TZ America/New_York +---- + [[use_256_colors]] === How can I use 256 colors in WeeChat? diff --git a/doc/fr/weechat_faq.fr.adoc b/doc/fr/weechat_faq.fr.adoc index 1eed920c1..0c377495e 100644 --- a/doc/fr/weechat_faq.fr.adoc +++ b/doc/fr/weechat_faq.fr.adoc @@ -403,6 +403,25 @@ Avec un ancien WeeChat : /upgrade ---- +[[timezone]] +=== Comment puis-je changer le fuseau horaire ? + +Il n'y a pas d'option pour changer le fuseau horaire dans WeeChat, la variable +d'environnement `TZ` doit être positionnée à la valeur appropriée. + +Dans votre fichier d'initialisation du shell ou sur la ligne de commande, avant +de démarrer WeeChat : + +---- +export TZ=Europe/Paris +---- + +Dans WeeChat, la nouvelle valeur est immédiatement utilisée : + +---- +/set env TZ Europe/Paris +---- + [[use_256_colors]] === Comment puis-je utiliser 256 couleurs sous WeeChat ? diff --git a/doc/it/weechat_faq.it.adoc b/doc/it/weechat_faq.it.adoc index 034d90db4..e7e087f61 100644 --- a/doc/it/weechat_faq.it.adoc +++ b/doc/it/weechat_faq.it.adoc @@ -429,6 +429,28 @@ With older WeeChat: /upgrade ---- +// TRANSLATION MISSING +[[timezone]] +=== How can I change the timezone? + +// TRANSLATION MISSING +There is no option in WeeChat to change the timezone, the environment variable +`TZ` must be set to the appropriate value. + +// TRANSLATION MISSING +In your shell initialization file or on command line, before starting WeeChat: + +---- +export TZ=Europe/Rome +---- + +// TRANSLATION MISSING +In WeeChat, the new value is immediately used: + +---- +/set env TZ Europe/Rome +---- + [[use_256_colors]] === Come posso usare 256 colori in WeeChat? diff --git a/doc/ja/weechat_faq.ja.adoc b/doc/ja/weechat_faq.ja.adoc index 896ffd143..656bdc0a8 100644 --- a/doc/ja/weechat_faq.ja.adoc +++ b/doc/ja/weechat_faq.ja.adoc @@ -385,6 +385,28 @@ WeeChat バージョン 1.0 以上の場合、再起動せずに変更できま /upgrade ---- +// TRANSLATION MISSING +[[timezone]] +=== How can I change the timezone? + +// TRANSLATION MISSING +There is no option in WeeChat to change the timezone, the environment variable +`TZ` must be set to the appropriate value. + +// TRANSLATION MISSING +In your shell initialization file or on command line, before starting WeeChat: + +---- +export TZ=Asia/Tokyo +---- + +// TRANSLATION MISSING +In WeeChat, the new value is immediately used: + +---- +/set env TZ Asia/Tokyo +---- + [[use_256_colors]] === どうすれば WeeChat で 256 色が使えますか。 diff --git a/doc/pl/weechat_faq.pl.adoc b/doc/pl/weechat_faq.pl.adoc index a1ad481d1..f42f31a27 100644 --- a/doc/pl/weechat_faq.pl.adoc +++ b/doc/pl/weechat_faq.pl.adoc @@ -391,6 +391,28 @@ Dla starszych wersji WeeChat: /upgrade ---- +// TRANSLATION MISSING +[[timezone]] +=== How can I change the timezone? + +// TRANSLATION MISSING +There is no option in WeeChat to change the timezone, the environment variable +`TZ` must be set to the appropriate value. + +// TRANSLATION MISSING +In your shell initialization file or on command line, before starting WeeChat: + +---- +export TZ=Europe/Warsaw +---- + +// TRANSLATION MISSING +In WeeChat, the new value is immediately used: + +---- +/set env TZ Europe/Warsaw +---- + [[use_256_colors]] === Jak mogę użyć 256 kolorów w WeeChat?