29 Commits

Author SHA1 Message Date
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
Episword
8bb8e603a5 Translation of logging and quickstart is finished. 2018-08-01 20:38:59 -04:00
Rapptz
3dd462d5b5 Update .po files for Permissions.priority_speaker 2018-08-01 20:30:11 -04:00
Rapptz
18385dc49f Add stubs for Japanese translations. 2018-07-31 17:37:22 -04:00