2 unstable releases

0.2.0 Jul 12, 2024
0.1.0 Jul 5, 2024

#18 in Internationalization (i18n)

Download history 938/week @ 2024-07-30 1023/week @ 2024-08-06 904/week @ 2024-08-13 2511/week @ 2024-08-20 1956/week @ 2024-08-27 2443/week @ 2024-09-03 1657/week @ 2024-09-10 1184/week @ 2024-09-17 520/week @ 2024-09-24 1151/week @ 2024-10-01 783/week @ 2024-10-08 2965/week @ 2024-10-15 708/week @ 2024-10-22 975/week @ 2024-10-29 337/week @ 2024-11-05 300/week @ 2024-11-12

2,441 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–18MB
~226K SLoC