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

Allow dev i18n to be more concurrent #20159

Merged
merged 8 commits into from
Jul 4, 2022
Merged

Commits on Jun 28, 2022

  1. Fix races in i18n code

    The recent changes to add live-reloading to the i18n translation files added a
    few races. This PR fixes these, adds some more comments to the code and slightly
    restructures a few functions.
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    f8c10fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23f2a3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd7861c View commit details
    Browse the repository at this point in the history
  4. further improvements

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    879f49e View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Update modules/translation/i18n/i18n.go

    Co-authored-by: John Olheiser <john+github@jolheiser.com>
    zeripath and John Olheiser authored Jun 29, 2022
    Configuration menu
    Copy the full SHA
    edb5dd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c5a0b5 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2022

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

Commits on Jul 4, 2022

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