2 unstable releases

0.2.0 Jul 12, 2024
0.1.0 Jul 5, 2024

#23 in Internationalization (i18n)

Download history 1749/week @ 2024-09-11 1008/week @ 2024-09-18 817/week @ 2024-09-25 824/week @ 2024-10-02 2272/week @ 2024-10-09 1429/week @ 2024-10-16 755/week @ 2024-10-23 1022/week @ 2024-10-30 286/week @ 2024-11-06 463/week @ 2024-11-13 1032/week @ 2024-11-20 1097/week @ 2024-11-27 841/week @ 2024-12-04 1302/week @ 2024-12-11 287/week @ 2024-12-18 264/week @ 2024-12-25

2,840 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
~222K SLoC