1
Fork 0
mirror of https://github.com/Steffo99/greed.git synced 2024-11-21 13:34:18 +00:00
Commit graph

246 commits

Author SHA1 Message Date
bcdff61c3a
Update codeql-analysis.yml 2021-05-31 17:40:11 +02:00
3c235b2079
Create codeql-analysis.yml 2021-05-28 19:45:55 +02:00
Felipe Mateus
6995d78a32
Add language pt_br (#132)
* Add Language PT_BR

Create br.py

* Update config/template_config.toml

* Update strings/br.py

* Update strings/br.py

* Update strings/br.py

* Update strings/br.py

* Update strings/br.py

* Update strings/br.py

* Update config/template_config.toml

* Fix problems

* Update pt_br.py

* 🔧 Add `pt_br` to the language menu
Co-authored-by: Stefano Pigozzi <me@steffo.eu>

* Update pt_br.py
Update "order" word to "pedido".
2021-05-26 01:17:03 +02:00
2262dbb99c 🔧 #107: Support tips (even if not recommended) 2021-05-13 03:41:44 +02:00
valentino-sm
94f8b91611 fix worker init 2021-05-07 14:09:36 +02:00
419efc59fa
🔧 #122: Pin dependencies 2021-05-07 01:38:37 +02:00
2c5cdef2d4
🔧 Display + before the international prefix 2021-05-07 01:30:50 +02:00
deab2445eb
🔨 Remove saved runConfig 2021-05-07 01:30:07 +02:00
24d50249cf
🔧 Display transaction data if present in the db 2021-05-07 01:29:00 +02:00
efa6aee910
✏ Change guide link 2021-05-07 00:50:17 +02:00
d3200b170a
🔧 Improve SQLalchemy code 2021-05-07 00:45:32 +02:00
6cf8a3d43e
🔧 Remove unnecessary session parameter 2021-05-07 00:38:03 +02:00
0e1bf502ff
✏ Improve string spacing 2021-05-07 00:35:31 +02:00
valentino-sm
262eea2b38 fix orderitem-order relation warning 2021-05-06 17:53:47 +02:00
valentino-sm
6a70a45211 fix-2 sqlalchemy exception 2021-05-05 11:00:46 +02:00
skipper70
d0b7da2ab2 update ru.py 2021-05-04 15:50:27 +02:00
valentino-sm
730fa96e56 fix sqlalchemy exception 2021-05-04 14:46:53 +02:00
skipper70
ce8ab7ad85 update ru.py 2021-05-03 04:26:28 +02:00
skipper70
3272557df7 fix order-transaction one-to-one relation #2 2021-05-02 07:45:28 +02:00
skipper70
3f38083d3e fix order-transaction one-to-one relation 2021-05-02 07:45:28 +02:00
skipper70
3dd0bbcf93 fix python-telegram-bot:latest warning && variable connection pool size 2021-05-01 03:47:30 +02:00
skipper70
17cb4fe118 fix 3+ numbers for create_transaction 2021-05-01 03:47:30 +02:00
ee57dd9e2a
🐛 Fix excess whitespace in russian translation 2021-04-30 04:12:32 +02:00
624f4c1b76
Merge remote-tracking branch 'origin/master' 2021-03-17 02:26:47 +01:00
3cc3693b9a
🐛 Fix #100 by using re.DOTALL in all regexes 2021-03-17 02:26:34 +01:00
3cfe0251d1
Tentative fix for #95 2021-03-10 16:51:21 +01:00
90e5141727
Merge pull request #92 from Bakx13/patch-1
Update ru.py
2021-01-11 19:19:55 +01:00
c9342de4fe
Fix newlines 2021-01-11 19:19:20 +01:00
Bakx13
a6f2040b73
Update ru.py
Added a couple of variables in Russian localization
2021-01-11 16:08:21 +03:00
e2bb95fcac
🗒 Replace Telegram group with GitHub Discussions 2020-12-09 01:59:28 +01:00
Santiago Valenzuela
3915bb7447 🐛 Fix worker not closing sessions properly 2020-12-03 08:11:58 +01:00
d7d1ad99dd 🐛 Fix error if the specified bot token is invalid 2020-12-03 08:05:48 +01:00
545c4df2f3
Merge pull request #85 from mastersuv/master
Adding Spanish (MX) language support
2020-12-03 07:51:33 +01:00
9640156716
Add es_mx language 2020-12-03 07:51:14 +01:00
Santiago Valenzuela
1dcc8ff5df Language added: es_mx.py - Spanish (México).
Added es_mx to __language_menu.
2020-11-28 19:24:52 -06:00
Santiago Valenzuela
a20889dc5d
Fix typo (#84)
Co-authored-by: Santiago Valenzuela <santiago.valenzuela@25store.us>
2020-11-29 00:46:12 +01:00
Santiago Valenzuela
599eba4849 Fixed typo. 2020-11-28 15:31:18 -06:00
69dfbc15c0 🐛 Fix error if an expired invoice was clicked 2020-10-07 02:52:18 +02:00
859df64c61 🇬🇧 Improve an english string 2020-10-01 16:59:28 +02:00
41cd96933c 🐛 Fix refill_on_checkout getting ignored 2020-10-01 16:59:00 +02:00
128c146210 Fix payment presets list being split as if it was a string 2020-09-12 16:07:54 +02:00
ee32a82fab
Update README.md 2020-09-12 03:14:01 +02:00
ru-black
9268b1f4b4 Fix typo
Signed-off-by: Stefano Pigozzi <ste.pigozzi@gmail.com>
2020-09-11 15:38:48 +02:00
a1ad26ff12 🗒 Improve installation instructions 2020-09-11 02:00:56 +02:00
46449d6168 🐛 Fix database table creation 2020-09-11 01:38:37 +02:00
3d095afcff Update README.md 2020-09-10 23:13:09 +02:00
22adafea59 Remove access to missing worker.loc 2020-09-09 18:24:18 +02:00
3bcd409056 Fix self.loc race condition 2020-09-09 16:55:46 +02:00
62587f0a19 Daemonize worker processes so greed can be stopped with Ctrl+C 2020-09-09 16:41:22 +02:00
177f5b3507 Reformat code using PyCharm 2020-09-07 17:13:27 +02:00