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

Make better use of i18n #20096

Merged
merged 36 commits into from
Jun 26, 2022
Merged

Make better use of i18n #20096

merged 36 commits into from
Jun 26, 2022

Commits on Jun 21, 2022

  1. Prototyping

    Gusted committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    24abae5 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Start work on creating offsets

    Gusted committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    48b9b21 View commit details
    Browse the repository at this point in the history
  2. Modify tests

    Gusted committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    8b7ca1c View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Start prototyping with actual MPH

    Gusted committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    8427dbd View commit details
    Browse the repository at this point in the history
  2. Twiddle around

    Gusted committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    12605ec View commit details
    Browse the repository at this point in the history
  3. Twiddle around comments

    Gusted committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    b25d0d5 View commit details
    Browse the repository at this point in the history
  4. Convert templates

    Gusted committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    f70b31a View commit details
    Browse the repository at this point in the history
  5. Fix external languages

    Gusted committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    f466981 View commit details
    Browse the repository at this point in the history
  6. Fix latest translation

    Gusted committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    ddaf0cb View commit details
    Browse the repository at this point in the history
  7. Fix some test

    Gusted committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    78bdc57 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'main' into wow-maths

    Gusted committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    ace2fd1 View commit details
    Browse the repository at this point in the history
  9. Tidy up code

    Gusted committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    24c973b View commit details
    Browse the repository at this point in the history
  10. Merge branch 'main' into wow-maths

    Gusted authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    4788be5 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. Use simple map

    Gusted committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    d498472 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into wow-maths

    Gusted authored Jun 24, 2022
    Configuration menu
    Copy the full SHA
    c78f1f1 View commit details
    Browse the repository at this point in the history
  3. go mod tidy

    Gusted committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    957207b View commit details
    Browse the repository at this point in the history
  4. Move back to data structure

    - Uses less memory by creating for each language a map.
    Gusted committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    6bfa1ba View commit details
    Browse the repository at this point in the history
  5. Apply suggestions from code review

    Co-authored-by: delvh <dev.lh@web.de>
    Gusted and delvh authored Jun 24, 2022
    Configuration menu
    Copy the full SHA
    36c7844 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cac046f View commit details
    Browse the repository at this point in the history
  7. Add some comments

    Gusted committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    432e952 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'main' into wow-maths

    Gusted authored Jun 24, 2022
    Configuration menu
    Copy the full SHA
    b2935e7 View commit details
    Browse the repository at this point in the history
  9. Fix tests

    Gusted committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    3a6a6b4 View commit details
    Browse the repository at this point in the history
  10. Try to fix tests

    Gusted committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    b798d02 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'main' into wow-maths

    Gusted authored Jun 24, 2022
    Configuration menu
    Copy the full SHA
    4ed361f View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2022

  1. Use en-US as defacto fallback

    Gusted committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    6568ca1 View commit details
    Browse the repository at this point in the history
  2. Use correct slices

    Gusted committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    47eb2bb View commit details
    Browse the repository at this point in the history
  3. refactor (#4)

    wxiaoguang authored Jun 25, 2022
    Configuration menu
    Copy the full SHA
    8a1b976 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d3e754 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2cffac5 View commit details
    Browse the repository at this point in the history
  6. Refactor i18n

    - Separate dev and production locale stores.
    - Allow for live-reloading in dev mode.
    
    Co-authored-by: zeripath <art27@cantab.net>
    Gusted and zeripath committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    8334002 View commit details
    Browse the repository at this point in the history
  7. Fix live-reloading & check for errors

    Gusted committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    f20fd87 View commit details
    Browse the repository at this point in the history
  8. Make linter happy

    Gusted committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    1978b74 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'main' into wow-maths

    Gusted authored Jun 25, 2022
    Configuration menu
    Copy the full SHA
    b252dfd View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2022

  1. Configuration menu
    Copy the full SHA
    05d490d View commit details
    Browse the repository at this point in the history
  2. Fix tests

    Gusted committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    fbd3e08 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into wow-maths

    Gusted authored Jun 26, 2022
    Configuration menu
    Copy the full SHA
    f66ad02 View commit details
    Browse the repository at this point in the history