WizardCM / OBSCrowdinHelper

Simple Java tool to fetch OBS Studio's translators and translations from Crowdin.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OBSCrowdinHelper

OBSCrowdinHelper is an easy-to-use Java tool to help keep OBS Studio's translations and contributors up-to-date.

screenshot of the simple GUI

Features

  • Build the project.
  • Download the newest translations.
  • Sort out empty files.
  • Generate a formatted and sorted AUTHORS file containing all Git contributors and translators.
  • Supported command line arguments:
    • --skip-build: Skips the build creation, but still downloads the newest build.
    • --skip-authors: Skips the AUTHORS file.
      • --skip-git-contributors: Skips the Git contributors.
      • --skip-translators: Skips the translators.
    • --skip-desktop-entry: Skips the desktop entry file.

Requirements

Build Instructions

  1. Download the repository.
  2. Run ./gradlew generateJar or gradlew.bat generateJar on Windows.
  3. Go to /build/libs/.

About

Simple Java tool to fetch OBS Studio's translators and translations from Crowdin.


Languages

Language:Java 100.0%