diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/weechat_dev.en.adoc | 3 | ||||
-rw-r--r-- | doc/fr/weechat_dev.fr.adoc | 3 | ||||
-rw-r--r-- | doc/ja/weechat_dev.ja.adoc | 6 |
3 files changed, 12 insertions, 0 deletions
diff --git a/doc/en/weechat_dev.en.adoc b/doc/en/weechat_dev.en.adoc index 825d2e837..58f5df1fb 100644 --- a/doc/en/weechat_dev.en.adoc +++ b/doc/en/weechat_dev.en.adoc @@ -402,7 +402,10 @@ WeeChat "core" is located in following directories: | test-gui-line.cpp | Tests: lines. | plugins/ | Root of unit tests for plugins. | irc/ | Root of unit tests for IRC plugin. +| test-irc-color.cpp | Tests: IRC colors. | test-irc-config.cpp | Tests: IRC configuration. +| test-irc-ignore.cpp | Tests: IRC ignores. +| test-irc-mode.cpp | Tests: IRC modes. | test-irc-protocol.cpp | Tests: IRC protocol. |=== diff --git a/doc/fr/weechat_dev.fr.adoc b/doc/fr/weechat_dev.fr.adoc index fd8141d47..24d22680a 100644 --- a/doc/fr/weechat_dev.fr.adoc +++ b/doc/fr/weechat_dev.fr.adoc @@ -404,7 +404,10 @@ Le cœur de WeeChat est situé dans les répertoires suivants : | test-gui-line.cpp | Tests : lignes. | plugins/ | Racine des tests unitaires pour les extensions. | irc/ | Racine des tests unitaires pour l'extension IRC. +| test-irc-color.cpp | Tests : couleurs IRC. | test-irc-config.cpp | Tests : configuration IRC. +| test-irc-ignore.cpp | Tests : ignores IRC. +| test-irc-mode.cpp | Tests : modes IRC. | test-irc-protocol.cpp | Tests : protocole IRC. |=== diff --git a/doc/ja/weechat_dev.ja.adoc b/doc/ja/weechat_dev.ja.adoc index a856cc63b..d15d584c4 100644 --- a/doc/ja/weechat_dev.ja.adoc +++ b/doc/ja/weechat_dev.ja.adoc @@ -408,7 +408,13 @@ WeeChat "core" は以下のディレクトリに配置されています: | test-gui-line.cpp | テスト: 行 | plugins/ | プラグインの単体テストを収める最上位ディレクトリ | irc/ | IRC プラグインの単体テストを収める最上位ディレクトリ +// TRANSLATION MISSING +| test-irc-color.cpp | Tests: IRC colors. | test-irc-config.cpp | テスト: IRC 設定 +// TRANSLATION MISSING +| test-irc-ignore.cpp | Tests: IRC ignores. +// TRANSLATION MISSING +| test-irc-mode.cpp | Tests: IRC modes. | test-irc-protocol.cpp | テスト: IRC プロトコル |=== |