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

Implement localization using gettext files — I18N — L10N #2090

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

Commits on Dec 16, 2023

  1. feat(i18n): implement localization using gettext files

    - Recipe to extract new translations from the Go code: `make i18n_extract`
    - Embedded `MO` files
    - Detect language from environment variables
    - Some strings were pluralized
    Goutte committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    ab14efa View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    c922911 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20e0d82 View commit details
    Browse the repository at this point in the history
  3. chore(i18n): lint

    Goutte committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    f7f98c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d362950 View commit details
    Browse the repository at this point in the history