lingora-cli 0.4.8

Lingora is a free and open-source localization management program that analyses fluent translation files highlighting discrepancies between reference and target languages. This application provides a command line interface; enter `lingora-cli --help` for further information.
Documentation

# 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

```bash
cargo +nightly install lingora-cli
```