2 unstable releases

0.2.0 Jul 12, 2024
0.1.0 Jul 5, 2024

#30 in Internationalization (i18n)

Download history 481/week @ 2024-11-03 320/week @ 2024-11-10 649/week @ 2024-11-17 1006/week @ 2024-11-24 1513/week @ 2024-12-01 788/week @ 2024-12-08 791/week @ 2024-12-15 302/week @ 2024-12-22 714/week @ 2024-12-29 620/week @ 2025-01-05 1343/week @ 2025-01-12 1387/week @ 2025-01-19 1314/week @ 2025-01-26 1759/week @ 2025-02-02 621/week @ 2025-02-09 66/week @ 2025-02-16

3,760 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
~220K SLoC