ImaPo
Tool to help to translate images via PO files in Weblate.
Release | Package |
---|---|
Stable | |
Preview |
Installation
In progress...
- 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