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

desktop: Internationalize metainfo and desktop file #18091

Merged
merged 7 commits into from
Oct 1, 2024

Commits on Oct 1, 2024

  1. desktop: Rename metainfo to rs.ruffle.Ruffle.metainfo.xml.in

    In order to make this file translatable, we have to store its source
    (as an .in file), and the original path will store its final version.
    kjarosh committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    352e7d2 View commit details
    Browse the repository at this point in the history
  2. desktop: Rename desktop file to rs.ruffle.Ruffle.desktop.in

    In order to make this file translatable, we have to store its source
    (as an .in file), and the original path will store its final version.
    kjarosh committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    198391c View commit details
    Browse the repository at this point in the history
  3. desktop: Internationalize metainfo and desktop file

    The added Makefile may be used to easily generate PO templates for translation
    and apply PO translations to the final metainfo and desktop file.
    kjarosh committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    553c2da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    400e0ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7aad724 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b939b25 View commit details
    Browse the repository at this point in the history
  7. desktop: Generate initial translated metainfo and desktop file

    Those files do not include translations, they will be overridden
    by Crowdin when syncing translations.
    kjarosh committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    97c6e1e View commit details
    Browse the repository at this point in the history