[WordOfTanks] add language select list

This commit is contained in:
Mitsukarenai 2015-10-30 18:37:01 +01:00
parent 871efdd5ce
commit b339f157c1
2 changed files with 4 additions and 4 deletions

View file

@ -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
*/

View file

@ -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/');