Skip to main content

Crate lingora_tui

Crate lingora_tui 

Source
Expand description

§lingora-tui

This is the terminal user interface for Lingora - an interactive browser for exploring Fluent translation files and their discrepancies.

§Purpose

While lingora-cli is great for automation and quick checks, lingora-tui lets you visually navigate:

  • The canonical translation set
  • Each target locale’s translations
  • Missing keys (present in canonical but absent in target)
  • Redundant keys (present in target but not in canonical)
  • Message contents side-by-side for easy comparison

It is intended for use during translation review and debugging of localization issues.

§Installation

cargo +nightly install lingora+tui

Structs§

App
The main application state and driver for the interactive terminal user interface.
TuiArgs
Command-line arguments specific to the lingora-tui interactive terminal interface.

Enums§

TuiError
Top-level error type used throughout the lingora-tui binary.