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

Add localization support #61

Open
wants to merge 48 commits into
base: master
Choose a base branch
from
Open

Commits on Apr 18, 2021

  1. Add localization support

    Add Makefile targets for generating/updating POT files,
    for updating PO files, and for building translated docs.
    rffontenelle committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    3881607 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. Update Makefile

    alterando para português brasileiro
    analaura09 committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    b3ad91e View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Update conf.py

    desativando o gettext compact
    analaura09 committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    e7092a0 View commit details
    Browse the repository at this point in the history
  2. Update Makefile

    Separando o comando em duas linhas
    analaura09 committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    e4ddc38 View commit details
    Browse the repository at this point in the history
  3. Update Makefile

    Atualizando para python3
    analaura09 committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    04201dd View commit details
    Browse the repository at this point in the history
  4. Update Makefile

    Mudando o comando para gerar os aquivos .pot
    analaura09 committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    024d0c2 View commit details
    Browse the repository at this point in the history
  5. Arquivos .po gerados

    os arquivos são gerados com o comando "make update-po". É preciso criar a pasta <lang> manualmente.
    analaura09 committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    0a5d488 View commit details
    Browse the repository at this point in the history
  6. gerando arquivos .pot

    analaura09 committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    cd58a7d View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. Update Makefile

    Aqui deve ficar sem parâmetro, assim sempre vai gerar tudo.
    analaura09 committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    d95b25a View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. Update development.rst

    Acrescentada a seção Translate
    analaura09 committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    1e5a255 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Configuration menu
    Copy the full SHA
    0a7c9e7 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. Configuration menu
    Copy the full SHA
    c8ac0a1 View commit details
    Browse the repository at this point in the history
  2. Update Makefile

    analaura09 committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    c0df899 View commit details
    Browse the repository at this point in the history
  3. Revert "adding the .mo and .pot files to git ignore"

    This reverts commit c8ac0a1.
    analaura09 committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    eb3108c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa15232 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f24e31b View commit details
    Browse the repository at this point in the history
  6. Update development.rst

    analaura09 committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    f309add View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Update Makefile

    analaura09 committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    4d5a83f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    696cfb1 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Update last exercise

    grantjenks authored and rffontenelle committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    e180635 View commit details
    Browse the repository at this point in the history
  2. grantjenks#55 - added initial mad libs game and initial test. (grantj…

    …enks#65)
    
    Initial mad libs game and with testing.
    drocpdp authored and rffontenelle committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    0d54383 View commit details
    Browse the repository at this point in the history
  3. Update madlibs game

    grantjenks authored and rffontenelle committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    c7dff81 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02cc874 View commit details
    Browse the repository at this point in the history
  5. Update readme

    grantjenks authored and rffontenelle committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    b796a49 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ef6213c View commit details
    Browse the repository at this point in the history
  7. First pass with blue

    grantjenks authored and rffontenelle committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    9c537a1 View commit details
    Browse the repository at this point in the history
  8. More blue fixes

    grantjenks authored and rffontenelle committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    7d35593 View commit details
    Browse the repository at this point in the history
  9. Fixes for docs

    grantjenks authored and rffontenelle committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    c80186a View commit details
    Browse the repository at this point in the history
  10. isort fixes

    grantjenks authored and rffontenelle committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    69f19df View commit details
    Browse the repository at this point in the history
  11. Add tests for minesweeper

    grantjenks authored and rffontenelle committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    31b054a View commit details
    Browse the repository at this point in the history
  12. Simplify ant game

    grantjenks authored and rffontenelle committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    a3fdfd3 View commit details
    Browse the repository at this point in the history
  13. Simplify crypto branching

    grantjenks authored and rffontenelle committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    8709ef1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fdae0ec View commit details
    Browse the repository at this point in the history
  15. Test colors

    grantjenks authored and rffontenelle committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    ea8f41b View commit details
    Browse the repository at this point in the history
  16. Test back-and-forth

    grantjenks authored and rffontenelle committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    2babbe0 View commit details
    Browse the repository at this point in the history
  17. Add test for going in a circle

    grantjenks authored and rffontenelle committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    f634341 View commit details
    Browse the repository at this point in the history
  18. Go back-and-forth

    grantjenks authored and rffontenelle committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    b0966cb View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2970be9 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    92f7c53 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0f140c3 View commit details
    Browse the repository at this point in the history
  22. Windows %$#@!

    grantjenks authored and rffontenelle committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    ad40d5c View commit details
    Browse the repository at this point in the history
  23. Update copyright to 2021

    grantjenks authored and rffontenelle committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    bdad810 View commit details
    Browse the repository at this point in the history
  24. Add replit file for support

    grantjenks authored and rffontenelle committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    7f95477 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    7b32230 View commit details
    Browse the repository at this point in the history
  26. Align isort and blue line lengths

    grantjenks authored and rffontenelle committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    a8b0dd1 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    d0bf840 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Update to support Python 3.10 (grantjenks#75)

    * Update to support Python 3.10
    * Update copyright
    * Add flake8 testing
    * Remove unused import
    * Update copyright for 2022
    * I blue it!
    grantjenks authored and rffontenelle committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    15ebbcf View commit details
    Browse the repository at this point in the history
  2. Bump version to 2.4.0

    grantjenks authored and rffontenelle committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    1ec8010 View commit details
    Browse the repository at this point in the history