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

Translation functionality in Twig templates #1690

Merged

Commits on Oct 3, 2024

  1. The first version of translation functionality in Twig templates, whe…

    …re translations are visible in the browser and the translation is read at the correct point in the code
    miguelvaara committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    2fa7f87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdd654e View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    94c757b View commit details
    Browse the repository at this point in the history
  2. This is a model, an example where a separate translation service comp…

    …onent is used, which is then imported into the components where translations are needed. In such an implementation, Vue components must be called as modules
    miguelvaara committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    d10865c View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Updated the implementation to utilize global functions following what…

    … agreed on in the design review. Also made some minor refactorings related to the translations themselves, as they take part in the translation functionalities, plus a few other small adjustments. However, the primary changes involve significant structural modifications related to call methods, wrappings, and timing
    miguelvaara committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    1b991cd View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Post design review situation + cleaned up unnecessary comments and ma…

    …de a few other small adjustments
    miguelvaara committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    e7cfe44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22360d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    898a64e View commit details
    Browse the repository at this point in the history
  4. Style fixes done

    miguelvaara committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    6fbba2e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc9ebb1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a42652e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9dc6dfb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fccb718 View commit details
    Browse the repository at this point in the history
  9. Semi-colons removed

    miguelvaara committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    f1db62c View commit details
    Browse the repository at this point in the history