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

i18n fixes + sync #60

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

i18n fixes + sync #60

wants to merge 9 commits into from

Commits on Jun 10, 2024

  1. i18n language list

    Klemen2 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    8835311 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    0cc5fd6 View commit details
    Browse the repository at this point in the history
  2. fix fallback not working as intended

    Changed languages vector to hashmap
    translate does not use empty hashmap
    Language.get_text is now Language. get_text_with_params
    Language.get_text just returns text without formating
    
    Example now shows fallback in action
    Klemen2 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    c0d3482 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef3f58e View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

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

Commits on Aug 25, 2024

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

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    8535d2c View commit details
    Browse the repository at this point in the history
  2. changed selected to is_selected

    changed selected to is_selected it now returns a &str,
    name is now optional
    added new optional field img
    Klemen2 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    d1f952b View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Rewrite

    - Added sync for use in mutex / rwlock
    - content reorder
    Klemen2 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    b7f7837 View commit details
    Browse the repository at this point in the history