aboutsummaryrefslogtreecommitdiff
path: root/docs/locale
Commit message (Collapse)AuthorAgeFilesLines
* Add Thread to the return type of Client.get_channelStocker2021-08-192-8/+8
| | | Also explains some type ignores.
* [docs] Fix typomonoue2021-08-101-6/+6
|
* Fixes minor grammatical error in Command.update Stocker2021-07-281-1/+1
|
* Change copyright year to presentNihaal Sangha2021-01-151-2/+1
|
* Translation sync with crowdinRapptz2020-10-2419-3550/+11929
|
* Prepare for the discord.com domain renameRapptz2020-05-233-14/+14
|
* Return invites as https, various URL normalizationDevon R2019-11-151-1/+1
|
* Disambiguate and normalize documentation for non-bot only methodsTyler2019-08-111-1/+1
|
* Translation sync with CrowdinRapptz2019-06-2818-5856/+7713
|
* Translation sync from crowdinRapptz2019-06-2218-4651/+2162
|
* Crowdin translation syncRapptz2019-06-0918-9361/+15939
|
* Translation sync with CrowdinRapptz2019-05-0418-11331/+9335
|
* Update Japanese translation files.Rapptz2019-04-088-3488/+8740
|
* simplify HistoryIterator message orderingkhazhyk2019-04-071-2/+2
| | | | | | | | | | | | | | | | | | | | 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.
* Translated some .po files.Episword2019-03-1616-6149/+2242
|
* Update Japanese .po filesRapptz2019-03-163-689/+1936
|
* Change superclass to subclass in some documentationKaeptm Blaubaer2019-03-161-5/+5
|
* Update Japanese .po files.Rapptz2019-02-244-192/+821
|
* Translated ext.commands.HelpFormatter class.cod2019-02-191-4/+41
| | | | ext/commands/api.po
* Update Japanese .po filesRapptz2019-02-185-2975/+3668
|
* Bumped copyright years to 2019.Dante Dam2019-01-2811-11/+11
|
* Translated some parts of the documentation to Japanese.Episword2018-11-244-2414/+2543
| | | | Mainly files api.po, migrating.po, commands api.po and commands.po.
* Add support for multiple activitiesSnowyLuma2018-11-241-2/+2
|
* Update Japanese documentation stringsRapptz2018-09-244-2746/+3012
|
* Translate some more files to JapaneseEpisword2018-09-154-2402/+2501
|
* Update Japanese string dump.Rapptz2018-09-152-473/+671
|
* Finished index.po translation.Episword2018-08-281-22/+23
|
* Translation of discord.po is finished.Episword2018-08-082-60/+74
|
* Translation of mta.po is finished.Episword2018-08-081-124/+161
|
* Translation of intro.po is finished.Episword2018-08-081-38/+48
|
* Translation of faq.po is finished.Episword2018-08-081-128/+173
|
* Translation of logging and quickstart is finished.Episword2018-08-012-49/+81
|
* Update .po files for Permissions.priority_speakerRapptz2018-08-011-1/+5
|
* Add stubs for Japanese translations.Rapptz2018-07-3114-0/+18473