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

Multi-lingual support #242

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

Commits on Jun 25, 2022

  1. First version of multi lingual support. French is fully added and a l…

    …ittle bit tested.
    
    A class Translator is added, it stores all the translations for the part names (like string, barrel, etc)
    Corentin-Aulagnet committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    8260181 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. Modified the way the translation is done to use the data fetch online…

    … on warframe market. It is similar to WFCD#231
    
    MasterIt has not been tested.
    Displays are not translated.
    Corentin-Aulagnet committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    6ff1c08 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Modifed the MasterIt code to work with Localization and added the fre…

    …nch langage. I was'nt able to test it as it does not work at the time of this commit
    Corentin-Aulagnet committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    07774e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

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

Commits on Jul 25, 2022

  1. First version of multi lingual support. French is fully added and a l…

    …ittle bit tested.
    
    A class Translator is added, it stores all the translations for the part names (like string, barrel, etc)
    Corentin-Aulagnet committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    cdeea00 View commit details
    Browse the repository at this point in the history
  2. The equipment now translates to the locale langage with the addition …

    …of resources files to translate all hard coded texts.
    
    The UI texts are not translated yet.
    Added a status message to inform the user that the locale has been changed
    The equiment is redrawn each time it is opened
    Corentin-Aulagnet committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    e15a2c8 View commit details
    Browse the repository at this point in the history
  3. Corrected a bug where the culture would not initialze properly hence …

    …displaying the initialization messages from the wrong locale.
    Corentin-Aulagnet committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    7107da1 View commit details
    Browse the repository at this point in the history