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

Refactor i18n to locale #20153

Merged
merged 5 commits into from
Jun 27, 2022
Merged

Refactor i18n to locale #20153

merged 5 commits into from
Jun 27, 2022

Commits on Jun 27, 2022

  1. Refactor i18n to locale

    - Currently we're using the `i18n` variable naming for the `locale`
    struct. This contains locale's specific information and cannot be used
    for general i18n purpose, therefore refactoring it to `locale` makes
    more sense.
    - Ref: go-gitea#20096 (comment)
    Gusted committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    f10c016 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into refactor-i18n

    Gusted authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    63e704e View commit details
    Browse the repository at this point in the history
  3. Update routers/install/install.go

    Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
    Gusted and wxiaoguang authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    abfcda6 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into refactor-i18n

    Gusted authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    2db5c3a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e6facb4 View commit details
    Browse the repository at this point in the history