Commit Graph

214 Commits

Author SHA1 Message Date
kutsaltotem dcedec6d71 translator.md TR 2019-11-07 10:45:44 +00:00
kutsaltotem 7a04c3c775 translator.py TR 2019-11-07 10:45:01 +00:00
kutsaltotem ccfca62612 Language TR 2019-11-07 07:57:12 +00:00
kutsaltotem 3b2a9d4ec2 compile.py TR 2019-11-07 07:28:00 +00:00
kutsaltotem bb96bbd2fe available.py TR 2019-11-07 07:26:25 +00:00
JerryXiao 7f8c11c367
turkish 2019-11-07 15:06:42 +08:00
Jannes Höke 85b4d671c4
🔀 Merge pull request #74 from Flowiee/patch-2
Update bot.py
2019-10-13 21:32:40 +02:00
Flowiee 3af7b58d37
Update bot.py 2019-10-13 21:29:51 +02:00
Jannes Höke 6f3da7b373
🔀 Merge pull request #73 from Flowiee/patch-1
Added an useful button
2019-10-13 21:01:03 +02:00
Flowiee 67d836eaa2
Added an useful button
Added "Make your choice!" button for start game message and next player message
2019-10-13 18:24:47 +02:00
Jannes Höke 8d0f8cf887
Merge pull request #72 from pan93412/pan93412-patch-1
feature, l10n, i18n: Add pipenv support, let more strings translatable and some improves.
2019-10-07 12:28:39 +02:00
pan93412 d030c5854f
fix: `alphabetically' 2019-08-28 21:40:27 +08:00
pan93412 1936d00f2a
i18n: logger messages shouldn't be translatable.
Co-authored-by: Jim Chen <jimchen5209@gmail.com>
2019-08-28 15:44:06 +08:00
pan93412 e283d7af10 feature: add myself to contributors list 2019-08-28 15:13:23 +08:00
pan93412 b797b350cd l10n: update the zh_TW translations.
I've retranslated and update with the latest templates.

Co-authored-by: Jim Chen <jimchen5209@gmail.com>
2019-08-28 15:07:37 +08:00
pan93412 ddc9ac3d22 i18n: add pot generator and ...
- let more strings translatable.
- regenerate the pot file.
- let plural forms can be extracted properly.

Co-authored-by: Jim Chen <jimchen5209@gmail.com>
2019-08-28 15:07:20 +08:00
pan93412 9be06826c8 feature: add pipenv support. 2019-08-27 18:42:53 +08:00
Jannes Höke 77aa0d8e7b
🐛 Fix bluffing for +4s that have been played before (#67) 2019-06-10 20:53:10 +02:00
Jannes Höke 94ea61e941 Revert "new (temp) stickers for r_8 and g_9"
This reverts commit 187cc6f4ea.
2018-01-30 14:37:17 +01:00
JerryXiao 1c713de46d Add /kick command and remove botan support (#38)
* kick handler test

* Add authentication and fix bugs

* Add help text

* minor fix

* Remove useless comments

* Get user object from reply first.

* Update bot.py

* minor fix

* update help text

* Update AUTHORS.md

* Remove old /kick implementation

* minor fix

* Manually merge upstream changes

* No need to accept args

* remove unused chat_setting.py

* botan

* import botan from submodule for compatibility with python-telegram-bot 8.1+

* fix typo

* Update requirements.txt

* delete submodule

* Drop botan support completely

* Refine the way of getting config

* Bug fix
2017-12-07 09:27:51 +01:00
Jannes Höke 187cc6f4ea new (temp) stickers for r_8 and g_9 2017-11-27 18:32:34 +01:00
Jannes Höke 5d60f8c853 renaming files 2017-11-27 18:02:55 +01:00
Jannes Höke 2ad1c253d0 add webp_lowsat 2017-11-27 18:02:29 +01:00
Jarv ea881cf520 Added gamemodes. New mode: Fast. (#44)
* Changes for possible bug

* New sanic mode wip

* More changes for fast mode, WIP

* Fast mode is playable (code is ugly tho)

* Fixed skip error

* Fixed fast mode error

* Bug fixing

* Possible fix for the /leave bug before the game starts

* Update README to include Codacy badge

* Fixing error prone code

* Removing code smells

* Removing more code smells

* How long can this go on? (More smells according to Codacy)

* Compile locale fixed for Linux. Small es_ES fix.

* Major refactoring

* Wild mode finished. Changed emojis for text in log.

* Removing test prints, back to emojis

* Code cleaning and fix for player time in fast mode

* Changing help to not override builtin function

* Decreased bot.py's complexity

* Default gamemode is now Fast. Added a bot configuration file

* back to random

* Moved logger to shared_vars

* Added MIN_FAST_TURN_TIME to config and fixed 'skipped 4 times' message

* Pull review changes

* More review changes

* Removing codacy badge linked to my account for pull request

* Fixed first special card issue, logger back to how it was (with just one logging init)

* Renamed gameplay config file to gameplay_config.py.
2017-11-27 17:59:19 +01:00
Jannes Höke 9a652011db add webp 2017-11-27 17:58:41 +01:00
Jannes Höke f2e760e321 Update requirements.txt 2017-10-23 14:02:15 +02:00
Jarv a4c742bc00 Pull request with compile.sh and TRANSLATORS.md change (#41)
* Added a bash script to simplify the locale compilation

* Updated TRANSLATORS to include myself
2017-09-19 23:37:47 +02:00
Jarv 80fc59f124 Improved most messages in spanish (#39) 2017-09-19 17:40:14 +02:00
jimchen5209 94bfea3a09 Remove @unobot in some of the translation. (#37) 2017-09-15 02:24:28 +02:00
Jannes Höke ed9084b5c4 install requirements 2017-08-21 21:44:30 +02:00
Jannes Höke 09d01d001b add cached admin check 2017-08-19 00:08:55 +02:00
Jannes Höke 63bf9e4035 fix import of database models, botan 2017-08-18 23:57:18 +02:00
jimchen5209 b430b26360 Add translater (#31)
* Update TRANSLATORS.md

* Update TRANSLATORS.md
2017-08-18 23:36:51 +02:00
Simon Shi 783e010956 python-telegram-bot v7 compatability + more (#35)
* Remove import of telegram.Emoji

* Using a list of filters in MessageHandler is getting deprecated

* Update requirements

Proudly upgrades to latest python-telegram-bot

* Refine readme

* Test kill command

* Another implement

* Add /kill command

* initial config support

* json config

* Add token into json

* Typo

* Add Admin list

* Refine admin & starter

* Fix an exception

* Fix typo

* refine readme

* Update help
2017-08-18 23:36:30 +02:00
Jannes Höke 8be4bc688d add missing } 2017-07-19 17:05:19 +02:00
Karho 01640d1df9 Update README.md 2017-02-24 13:26:58 +08:00
Karho 284eb91633 Merge pull request #23 from jimchen5209/patch-2
Update unobot.po
2017-02-04 13:56:46 +08:00
Karho bd307b6195 Merge pull request #24 from maildian/master
simple fix for botan
2017-02-04 13:56:20 +08:00
Karho 82ecec2d45 Merge pull request #26 from KazamaSion/master
fix some translate mistake in zh-CN.
2017-02-04 13:54:13 +08:00
Kazama Sion e1d559e546 fix some translate mistake in zh-CN. 2017-01-29 22:57:50 +08:00
editpes 2abdc46ad1 simple fix for botan 2016-11-22 17:51:37 +07:00
jimchen5209 3dad1dfebb Update unobot.po 2016-11-21 20:25:30 +08:00
Jannes Höke 192bbf4b27 fix name of zh_tw 2016-11-19 11:57:14 +01:00
Alexandr c3a35e739e Fixes list number (#22) 2016-11-18 19:58:04 +01:00
Jannes Höke 58555f5f21 Fix end-of-line within string 2016-11-18 18:37:53 +01:00
Alexandr b2ff307964 Adds ru_RU language (#21) 2016-11-18 18:29:01 +01:00
jimchen5209 35f0e9308e Zh-Tw Translatiion (#20)
I found many translation mistakes in this translation and some of the new strings weren't translated ,and I have re-translated from English.
2016-11-18 18:27:40 +01:00
Jannes Höke 09319faf94 Merge pull request #19 from editpes/master
Create requirements.txt
2016-11-08 22:50:56 +01:00
editpes eae0a1a1b7 Update requirements.txt
change python-telegram-bot to version 5
2016-11-06 18:12:24 +07:00
editpes 22b046e961 Create requirements.txt 2016-10-30 13:00:15 +07:00