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

Translation of search results page #1046

Merged
merged 6 commits into from
Feb 1, 2024
Merged

Commits on Feb 1, 2024

  1. Search results page title as translatable text

    However it is NOT actually translated by the backend yet
    veloman-yunkan committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    c4fa42f View commit details
    Browse the repository at this point in the history
  2. Search results page header as translatable text

    However it is NOT actually translated by the backend yet
    veloman-yunkan committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    8f5714b View commit details
    Browse the repository at this point in the history
  3. Search result info as translatable text

    However it is NOT actually translated by the backend yet
    veloman-yunkan committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    33a3277 View commit details
    Browse the repository at this point in the history
  4. Backend translates the search results page

    Now the search results page is presented by the backend in the language
    controlled by the value of the `userlang` URL query parameter (or, if
    the latter is missing, the value of the `Accept-Language:` HTTP header).
    
    Note that the front-end doesn't yet take advantage of this
    functionality.
    veloman-yunkan committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    958067d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    70dd738 View commit details
    Browse the repository at this point in the history
  6. Updated languages.js

    veloman-yunkan committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    34cd553 View commit details
    Browse the repository at this point in the history