i18n-report

Crates.ioi18n-report
lib.rsi18n-report
version0.1.0
sourcesrc
created_at2024-07-05 12:06:58.445682
updated_at2024-07-12 11:19:42.484719
descriptionUtility to generate an HTML report from a set of PO files.
homepage
repositoryhttps://github.com/google/mdbook-i18n-helpers
max_upload_size
id1292686
size24,350
Andrew Walbran (qwandor)

documentation

README

Translation status report generator

crates.io page

This is a utility to generate an HTML report from a set of PO files, showing the current status of a set of translations.

Installation

Run

$ cargo install i18n-report

Usage

To generate a status report for the PO files stored under po/:

$ i18n-report report report.html po/*.po

To print a diff between two sets of translations stored under old/ and new/:

$ i18n-report diff old/ new/

License

Licensed under the Apache License, Version 2.0.


This is not an officially supported Google product.

Commit count: 301

cargo fmt