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

[fix] get languages list dynamically #4

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

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    dcdd256 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a61de0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd8a5bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5b28fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a4ab42 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c29ed18 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    71d4d96 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    7debb42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0fb7f0 View commit details
    Browse the repository at this point in the history
  3. [Refactor] rename variable

    rosamaggi committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    961f23d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    14855fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe47323 View commit details
    Browse the repository at this point in the history
  6. [Readme]

    rosamaggi committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    032a01e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    319a902 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    1a99633 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    602af90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68352ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    981f594 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bbae2a3 View commit details
    Browse the repository at this point in the history
  6. [Version]

    rosamaggi committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    291b713 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    69bebf0 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    51e6656 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8993e72 View commit details
    Browse the repository at this point in the history
  3. [fix] read from cache file only at the start of the service and not d…

    …uring each refresh as the site array is already in memory.
    
    The refresh method will update memory and file.
    Reading the file each time will encrease the file it self as the load from file method will push items in the memory that will after written into the file. The result whould be the file size double each time
    rosamaggi committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    ca32a48 View commit details
    Browse the repository at this point in the history