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

French affirmations #53

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Oct 24, 2024

  1. feat(translation): Create different folders to reorganise project

    - /assets/locales/: Affirmations in different langages
    - /assets/: Importation affirmations file
    - /utils/: Logical files
    ianlcz committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    2b6efce View commit details
    Browse the repository at this point in the history
  2. fix(github-workflow)

    - Run GitHub Actions on every branches push
    - Update actions/checkout and actions/step-node to v3
    - Update Node version to 14
    - Install rapidly dependencies with `npm ci`
    ianlcz committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    5a44c1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2a9633 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    acbf1ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8520548 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b241d5e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    87ded65 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    20805f9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b661925 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. feat(translation): Query param to return french affirmation

    - Set `lang` query param to allows user to have english (en) or french (fr) affirmations
    - Implement test strategy
    ianlcz committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    7461927 View commit details
    Browse the repository at this point in the history