github-actions[bot]
aa02d55e27
[Crowdin] Updated translation files
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-01-30 19:27:13 -05:00
github-actions[bot]
af655c1027
[Crowdin] Updated translation files
2022-12-14 19:08:53 -05:00
github-actions[bot]
531795b23d
[Crowdin] Updated translation files
2022-10-10 16:37:24 -04:00
github-actions[bot]
a592361f29
[Crowdin] Updated translation files
2022-10-03 20:08:01 -04:00
github-actions[bot]
9398971705
[Crowdin] Updated translation files
2022-09-12 15:24:00 -04:00
github-actions[bot]
490974a620
[Crowdin] Updated translation files
2022-08-15 14:11:17 -04:00
github-actions[bot]
e16c0b02ac
[Crowdin] Updated translation files
2022-08-08 19:59:11 -04:00
github-actions[bot]
d4cc8d3006
[Crowdin] Updated translation files
2022-08-01 20:06:35 -04:00
github-actions[bot]
c7e589033d
[Crowdin] Updated translation files
2022-07-15 00:16:01 -04:00
github-actions[bot]
37c7c8fb34
[Crowdin] Updated translation files
2022-07-04 21:45:35 -04:00
github-actions[bot]
38ab4b0810
[Crowdin] Updated translation files
2022-06-27 22:35:03 -04:00
github-actions[bot]
b6235cbd8c
[Crowdin] Updated translation files
...
Crowdin translations download
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-06-07 01:44:44 -04:00
github-actions[bot]
7857a84598
[Crowdin] Updated translation files
...
Crowdin translations download
2022-05-30 15:27:23 -04:00
github-actions[bot]
dc8aef7e6a
[Crowdin] Updated translation files
2022-05-27 05:46:45 -04:00
Rapptz
7851084b63
Revert "Crowdin translations download"
...
This reverts commit 414759f3723a3fe632ecfc1343a4164a51cd2940.
2022-03-21 22:53:45 -04:00
github-actions[bot]
414759f372
Crowdin translations download
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-03-21 16:47:15 -04:00
Devon R
432de92e8a
Update translations, add Crowdin CLI config
2022-03-09 20:07:48 -05:00
Devon R
e3ecfff85e
Update PO files, fix some bad fuzzies
2022-02-27 05:07:18 -05:00
Devon R
82084709ae
JP docs fixes
2022-02-20 00:18:45 -05:00
Stocker
f4d5fcc8f9
Add Thread to the return type of Client.get_channel
...
Also explains some type ignores.
2021-08-19 20:18:27 -04:00
monoue
1418464813
[docs] Fix typo
2021-08-10 08:35:31 -04:00
Stocker
1472e9ed7c
Fixes minor grammatical error in Command.update
2021-07-28 19:56:36 -04:00
Nihaal Sangha
69bdc3a184
Change copyright year to present
2021-01-15 05:28:11 -05:00
Rapptz
abe54f5bdc
Translation sync with crowdin
2020-10-24 00:10:06 -04:00
Rapptz
66c6be50d8
Prepare for the discord.com domain rename
2020-05-23 21:44:30 -04:00
Devon R
f5ebf42e1f
Return invites as https, various URL normalization
2019-11-15 04:25:38 -05:00
Tyler
c7a1f5e6e9
Disambiguate and normalize documentation for non-bot only methods
2019-08-11 18:50:31 -04:00
Rapptz
7523f86006
Translation sync with Crowdin
2019-06-28 08:59:21 -04:00
Rapptz
a136def52f
Translation sync from crowdin
2019-06-22 10:23:38 -04:00
Rapptz
3730e66d37
Crowdin translation sync
2019-06-09 08:20:43 -04:00
Rapptz
41dee3f401
Translation sync with Crowdin
2019-05-04 02:55:53 -04:00
Rapptz
3e2e6ad502
Update Japanese translation files.
2019-04-08 18:38:10 -04:00
khazhyk
366dc4855b
simplify HistoryIterator message ordering
...
rename reverse -> oldest_first, which is more obvious what it does.
Then, honor it entirely - if you specify no `after` endpoint, we default
to the beginning of message history, similar to how `before` defaults to
the end of message history.
This is a breaking change, and will change the behavior of any iterator
that previously would have been returning messages in a weird order for
limits over 100
`for msg in history(reversed=True, limit=300)` would return the newest
300 messages, in a messed up order (100..0, 200..100, 300..200).
`for msg in history(oldest_first=True, limit=300)` will now return the
oldest 300 messages in order. And so on.
`for msg in history(after=msg)` is unchanged, this previously would
return the oldest 100 messages after `msg`, oldest->newest order, and
still will.
2019-04-07 22:46:40 -07:00
Episword
67de13eb84
Translated some .po files.
2019-03-16 19:22:12 +09:00
Rapptz
f37bc22054
Update Japanese .po files
2019-03-16 05:49:10 -04:00
Kaeptm Blaubaer
b506ee1b8e
Change superclass to subclass in some documentation
2019-03-16 05:32:59 -04:00
Rapptz
f6869242ca
Update Japanese .po files.
2019-02-24 04:10:48 -05:00
cod
4e5b4a9b93
Translated ext.commands.HelpFormatter class.
...
ext/commands/api.po
2019-02-19 00:27:05 +09:00
Rapptz
41924a8b32
Update Japanese .po files
2019-02-18 03:54:27 -05:00
Dante Dam
9656a21ebe
Bumped copyright years to 2019.
2019-01-28 22:22:50 -05:00
Episword
4f501f62e6
Translated some parts of the documentation to Japanese.
...
Mainly files api.po, migrating.po, commands api.po and commands.po.
2018-11-24 22:51:57 -05:00
SnowyLuma
e89e7dfe93
Add support for multiple activities
2018-11-24 22:36:52 -05:00
Rapptz
54e9401a21
Update Japanese documentation strings
2018-09-24 23:42:20 -04:00
Episword
53433bca48
Translate some more files to Japanese
2018-09-15 18:28:57 -04:00
Rapptz
51a03d96e0
Update Japanese string dump.
2018-09-15 09:54:32 -04:00
Episword
427d0aae86
Finished index.po translation.
2018-08-28 23:50:53 -04:00
Episword
45d521c939
Translation of discord.po is finished.
2018-08-08 00:16:51 -04:00
Episword
c662bd9738
Translation of mta.po is finished.
2018-08-08 00:16:49 -04:00
Episword
db6d555699
Translation of intro.po is finished.
2018-08-08 00:16:48 -04:00
Episword
91955f3e88
Translation of faq.po is finished.
2018-08-08 00:16:47 -04:00