Skip to main content

Crate lingora_cli

Crate lingora_cli 

Source
Expand description

§lingora-cli

This is the command-line interface for Lingora.

§Purpose

lingora-cli non-interactive checks of translation integrity for:

  • Local development checks
  • Pre-commit hooks
  • CI/CD pipelines (see the GitHub Action)

It reports missing translations, redundant keys, and validates dioxus-i18n t!, te!, tid! macro calls in Rust files.

§Installation

cargo +nightly install lingora-cli

Structs§

App
High-level application context for lingora-cli.
CliArgs
Command-line arguments specific to the lingora-cli binary.

Enums§

CliError
Main error type for the lingora-cli binary.
OutputMode
Controls the level of output produced by lingora-cli.