compare two .po/gettext files for differences
Project description
podiff.py
compare two .po/gettext files for differences
This program can be used to see added, deleted, changed, header messages. It also has an option to display statistics, to show only the number of differences.
How to use:
podiff.py first.po second.po -s
It only displays statistics
podiff.py first.po second.po -a
It only displays added messages
podiff.py first.po second.po -d
It only displays deleted messages
podiff.py first.po second.po -adgs
Displays these messages added, deleted, changed, and statistics
Enter the command podiff.py -h
to see all options
This app is based on https://github.com/amandasaurus/podiff
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
podiff2-0.0.1.tar.gz
(15.8 kB
view hashes)
Built Distribution
podiff2-0.0.1-py3-none-any.whl
(15.9 kB
view hashes)