From b339f157c1b3a10ff253333ab951a17a4cd21730 Mon Sep 17 00:00:00 2001 From: Mitsukarenai Date: Fri, 30 Oct 2015 18:37:01 +0100 Subject: [PATCH] [WordOfTanks] add language select list --- bridges/TwitchApiBridge.php | 4 ++-- bridges/WorldOfTanks.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bridges/TwitchApiBridge.php b/bridges/TwitchApiBridge.php index ae02284d..cedb7496 100644 --- a/bridges/TwitchApiBridge.php +++ b/bridges/TwitchApiBridge.php @@ -9,8 +9,8 @@ * @description Returns the newest broadcasts or highlights by channel name using the Twitch API (v3) * @maintainer logmanoriginal * @update 2015-07-14 -* @use1(channel="Channel", list|broadcasts="Show broadcasts=>true;Don't show broadcasts=>false") -* @use2(channel="Channel", limit="Limit", list|broadcasts="Show broadcasts=>true;Don't show broadcasts=>false") +* @use1(text|channel="Channel", list|broadcasts="Show broadcasts=>true;Don't show broadcasts=>false") +* @use2(text|channel="Channel", text|limit="Limit", list|broadcasts="Show broadcasts=>true;Don't show broadcasts=>false") * * Description for the API is available on GitHub: https://github.com/justintv/twitch-api */ diff --git a/bridges/WorldOfTanks.php b/bridges/WorldOfTanks.php index 80c9f3a1..ccc80bf5 100644 --- a/bridges/WorldOfTanks.php +++ b/bridges/WorldOfTanks.php @@ -2,9 +2,9 @@ /** * * @name World of Tanks -* @description News about the tank slaughter game. Language can be fr, ? +* @description News about the tank slaughter game. * @update 2015-09-12 -* @use1(lang="Searched language",category="Category id") +* @use1(list|lang="Français=>fr;English=>en;Español=>es;Deutsch=>de;Čeština=>cs;Polski=>pl;Türkçe=>tr",text|category="Category id") */ define('WORLD_OF_TANKS', 'http://worldoftanks.eu/'); define('NEWS', '/news/');