/ImaPo

Tool to help to translate images with Po files in Weblate

Primary LanguageC#MIT LicenseMIT

ImaPo MIT License Build and release

Tool to help to translate images via PO files in Weblate.

screenshot

Release Package
Stable GitHub commits since latest release (by SemVer)
Preview GitHub commits since latest release (by SemVer including pre-releases)

Installation

In progress...

  1. Install Ubuntu Nerd Font

Usage

In progress...

Documentation

Feel free to ask any question in the project Discussion site!

Build

The project requires to build .NET 6.0 SDK (Linux and MacOS require also Mono). If you open the project with VS Code and you did install the VS Code Remote Containers extension, you can have an already pre-configured development environment with Docker or Podman.

To build, test and generate artifacts run:

# Only required the first time
dotnet tool restore

# Default target is Stage-Artifacts
dotnet cake

To just build and test quickly, run:

dotnet cake --target=BuildTest