2 unstable releases

0.2.0 Jul 12, 2024
0.1.0 Jul 5, 2024

#24 in Internationalization (i18n)

Download history 839/week @ 2024-10-24 914/week @ 2024-10-31 303/week @ 2024-11-07 442/week @ 2024-11-14 1078/week @ 2024-11-21 1282/week @ 2024-11-28 698/week @ 2024-12-05 1243/week @ 2024-12-12 254/week @ 2024-12-19 448/week @ 2024-12-26 783/week @ 2025-01-02 914/week @ 2025-01-09 1834/week @ 2025-01-16 412/week @ 2025-01-23 1924/week @ 2025-01-30 1375/week @ 2025-02-06

5,687 downloads per month

Apache-2.0

13KB
230 lines

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.

Dependencies

~8–17MB
~221K SLoC