Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Core] Guild scoped I18n #3896

Merged
merged 36 commits into from Oct 26, 2020
Merged

Commits on May 29, 2020

  1. Guild I18n

    Never again!
    Kowlin committed May 29, 2020
    Configuration menu
    Copy the full SHA
    1e38984 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. Finish off guild scoped i18n

    Kowlin committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    2210270 View commit details
    Browse the repository at this point in the history
  2. Black formatting

    Kowlin committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    77a5aee View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2020

  1. Added guild only flags.

    Kowlin committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    68afba7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    761b0de View commit details
    Browse the repository at this point in the history
  3. Fix missing import.

    Kowlin committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    611fea7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed1af2f View commit details
    Browse the repository at this point in the history
  5. Added API support

    Kowlin committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    73b9820 View commit details
    Browse the repository at this point in the history
  6. Added API support... properly!

    Kowlin committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    f570b01 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

  1. Configuration menu
    Copy the full SHA
    c2f0b3e View commit details
    Browse the repository at this point in the history
  2. Auto-translate create_cases instances

    You're welcome cog creators! Jack talked me into this!
    Kowlin committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    33e0ec6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6c424b View commit details
    Browse the repository at this point in the history
  4. Cleanup set showsettings

    Kowlin committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    9f07ae0 View commit details
    Browse the repository at this point in the history
  5. Style pass

    Kowlin committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    1984887 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2020

  1. Update redbot/core/core_commands.py

    Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
    Kowlin and Jackenmen committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    612ca79 View commit details
    Browse the repository at this point in the history
  2. Update redbot/core/events.py

    Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
    Kowlin and Jackenmen committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    5bc2aa2 View commit details
    Browse the repository at this point in the history
  3. Update redbot/core/core_commands.py

    Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
    Kowlin and Jackenmen committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    e1666e0 View commit details
    Browse the repository at this point in the history
  4. Fix missing import

    Kowlin committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    d05566a View commit details
    Browse the repository at this point in the history
  5. Improve caching

    Kowlin committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    7a56711 View commit details
    Browse the repository at this point in the history
  6. Removal of unneeded function

    Kowlin committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    807dd4e View commit details
    Browse the repository at this point in the history
  7. Fix some naming

    Kowlin committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    a4fe1d0 View commit details
    Browse the repository at this point in the history
  8. IDFK anymore...

    Kowlin committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    36df48a View commit details
    Browse the repository at this point in the history
  9. Reformat

    Kowlin committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    14c9d86 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. Update redbot/core/settings_caches.py

    Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
    Kowlin and Jackenmen committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    c7507e9 View commit details
    Browse the repository at this point in the history
  2. Update redbot/core/settings_caches.py

    Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
    Kowlin and Jackenmen committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    5955b90 View commit details
    Browse the repository at this point in the history
  3. Update redbot/core/settings_caches.py

    Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
    Kowlin and Jackenmen committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    7971759 View commit details
    Browse the repository at this point in the history
  4. Remove line number

    Kowlin committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    d4c8d8a View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Fix global sets

    Jackenmen committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    fd915bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbb42d6 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Reports cog is wonderful...

    Jackenmen committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    35f0378 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. Configuration menu
    Copy the full SHA
    836121d View commit details
    Browse the repository at this point in the history
  2. Update redbot/core/core_commands.py

    Co-authored-by: Draper <27962761+Drapersniper@users.noreply.github.com>
    Jackenmen and Drapersniper committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    d106a5f View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Merge remote-tracking branch 'upstream/V3/develop' into pr/guild-i18n

    # Conflicts:
    #	redbot/cogs/audio/core/events/lavalink.py
    Drapersniper committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    e304619 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. Configuration menu
    Copy the full SHA
    d976dac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1af6b3 View commit details
    Browse the repository at this point in the history
  3. s

    Jackenmen committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    d835929 View commit details
    Browse the repository at this point in the history