diff options
-rw-r--r-- | doc/de/weechat_faq.de.adoc | 5 | ||||
-rw-r--r-- | doc/en/weechat_faq.en.adoc | 4 | ||||
-rw-r--r-- | doc/fr/weechat_faq.fr.adoc | 5 | ||||
-rw-r--r-- | doc/it/weechat_faq.it.adoc | 5 | ||||
-rw-r--r-- | doc/ja/weechat_faq.ja.adoc | 6 | ||||
-rw-r--r-- | doc/pl/weechat_faq.pl.adoc | 6 |
6 files changed, 23 insertions, 8 deletions
diff --git a/doc/de/weechat_faq.de.adoc b/doc/de/weechat_faq.de.adoc index e4342aee6..3ad62971c 100644 --- a/doc/de/weechat_faq.de.adoc +++ b/doc/de/weechat_faq.de.adoc @@ -105,10 +105,13 @@ werden: meisten Distributionen nötig - jedoch nicht bei allen): `ldd /path/to/weechat` * prüfe mit dem Befehl `/plugin`, ob die "charset" Erweiterung geladen ist (falls dies nicht der Fall sein sollte benötigst Du wahrscheinlich noch das Paket "weechat-plugins") +// TRANSLATION MISSING * überprüfe die Ausgabe des `/charset` Befehls (im Server-Buffer). Du solltest für den Terminal _ISO-XXXXXX_ oder _UTF-8_ als Antwort erhalten. Sollte hingegen _ANSI_X3.4-1968_ oder ein anderer Wert angezeigt werden, ist Deine lokale - Einstellung möglicherweise falsch. + Einstellung möglicherweise falsch. + + To fix your locale, check the installed locales with `locale -a` and set + an appropriate value in $LANG, for example: `export LANG=en_US.UTF-8`. * Einstellen des globalen decode Wertes, z.B.: `/set charset.default.decode "ISO-8859-15"` * Falls Du UTF-8 lokal nutzt: diff --git a/doc/en/weechat_faq.en.adoc b/doc/en/weechat_faq.en.adoc index 32a626a67..2fe0a555a 100644 --- a/doc/en/weechat_faq.en.adoc +++ b/doc/en/weechat_faq.en.adoc @@ -92,7 +92,9 @@ It's common issue, please read carefully and check *ALL* solutions below: not, then you probably need the "weechat-plugins" package). * Check the output of command `/charset` (on core buffer). You should see _ISO-XXXXXX_ or _UTF-8_ for terminal charset. If you see _ANSI_X3.4-1968_ or - other values, your locale is probably wrong (fix your $LANG). + other values, your locale is probably wrong. + + To fix your locale, check the installed locales with `locale -a` and set + an appropriate value in $LANG, for example: `export LANG=en_US.UTF-8`. * Setup global decode value, for example: `/set charset.default.decode "ISO-8859-15"`. * If you are using UTF-8 locale: diff --git a/doc/fr/weechat_faq.fr.adoc b/doc/fr/weechat_faq.fr.adoc index 035d5226d..336ad9a24 100644 --- a/doc/fr/weechat_faq.fr.adoc +++ b/doc/fr/weechat_faq.fr.adoc @@ -98,7 +98,10 @@ points ci-dessous : * Vérifiez la sortie de la commande `/charset` (sur le tampon "core"), vous devriez voir _ISO-XXXXXX_ ou _UTF-8_ pour le charset du terminal. Si vous voyez _ANSI_X3.4-1968_ ou d'autres valeurs, votre locale est probablement - erronée (corrigez votre $LANG). + erronée. + + Pour corriger votre locale, vérifiez les locales installées avec `locale -a` + et définissez une valeur appropriée pour $LANG, par exemple : + `export LANG=en_US.UTF-8`. * Affectez la valeur pour le décodage global, par exemple : `/set charset.default.decode "ISO-8859-15"`. * Si vous utilisez la locale UTF-8 : diff --git a/doc/it/weechat_faq.it.adoc b/doc/it/weechat_faq.it.adoc index 7585fc17f..092246462 100644 --- a/doc/it/weechat_faq.it.adoc +++ b/doc/it/weechat_faq.it.adoc @@ -102,10 +102,13 @@ soluzione tra quelle elencate: necessario su molte distribuzioni ma non tutte): `ldd /path/di/weechat` * verificare che il plugin "charset" sia caricato con il comando `plugin` (se non lo è, probabilmente è necessario il pacchetto "weechat-plugins") +// TRANSLATION MISSING * verificare l'output del comando `/charset` (sul buffer core). Dovrebbero essere visualizzati _ISO-XXXXXX_ oppure _UTF-8_ per il set caratteri del terminale. Se invece compaiono _ANSI_X3.4-1968_ o altri valori, il locale probabilmente - non è esatto (correggere la variabile $LANG). + non è esatto. + + To fix your locale, check the installed locales with `locale -a` and set + an appropriate value in $LANG, for example: `export LANG=en_US.UTF-8`. * impostare il valore di decodifica globale, per esempio: `/set charset.default.decode = ISO-8859-15` * se si usa la localizzazione UTF-8: diff --git a/doc/ja/weechat_faq.ja.adoc b/doc/ja/weechat_faq.ja.adoc index 9b8cec31e..26a4960e3 100644 --- a/doc/ja/weechat_faq.ja.adoc +++ b/doc/ja/weechat_faq.ja.adoc @@ -95,9 +95,11 @@ https://weechat.org/doc 全てではありませんが、ほとんどのディストリビューションで必要です): `ldd /path/to/weechat` * `/plugin` コマンドで "charset" プラグインがロード済みであることの確認 (ロードされていない場合、"weechat-plugins" パッケージが必要かもしれません)。 +// TRANSLATION MISSING * `/charset` コマンドの出力を確認 (core バッファ上で)。端末の文字セットとして _ISO-XXXXXX_ - または _UTF-8_ があるはずです。その他の値がある場合は、ロケールが間違っている可能性があります - ($LANG を修正してください)。 + または _UTF-8_ があるはずです。その他の値がある場合は、ロケールが間違っている可能性があります。 + + To fix your locale, check the installed locales with `locale -a` and set + an appropriate value in $LANG, for example: `export LANG=en_US.UTF-8`. * グローバルデコードを設定、例えば: `/set charset.default.decode "ISO-8859-15"` * UTF-8 ロケールを使っている場合は: diff --git a/doc/pl/weechat_faq.pl.adoc b/doc/pl/weechat_faq.pl.adoc index 296d2bec4..23fbdf87e 100644 --- a/doc/pl/weechat_faq.pl.adoc +++ b/doc/pl/weechat_faq.pl.adoc @@ -95,10 +95,12 @@ Jest to częsty problem, przeczytaj i sprawdź *WSZYSTKIE* poniższe rozwiązani większości dystrybucji ale nie wszystkich): `ldd /ścieżka/do/weechat` * sprawdź czy wtyczka "charset" jest załadowana za pomocą komendy `/plugin` (jeśli nie jest, to najprawdopodobniej potrzebujesz pakietu "weechat-plugins") +// TRANSLATION MISSING * sprawdź wyjście komendy `/charset` (w głównym buforze). Powinieneś zobaczyć _ISO-XXXXXX_ lub _UTF-8_ dla kodowania terminala. Jeśli widzisz _ANSI_X3.4-1968_ - lub inne wartości, twoje ustawienie dla locale najprawdopodobniej jest złe - (napraw swoje $LANG). + lub inne wartości, twoje ustawienie dla locale najprawdopodobniej jest złe. + + To fix your locale, check the installed locales with `locale -a` and set + an appropriate value in $LANG, for example: `export LANG=en_US.UTF-8`. * ustaw globalną wartość dekodowania, na przykład: `/set charset.default.decode "ISO-8859-2"` * jeśli korzystasz z UTF-8: |