Today at 19:36, Vladimer Sichinava wrote:

> Is there some tricks to see differences between same 2 .po files ?

Well, same 2 .po files have no differences, I can tell you that in
advance ;)

OTOH, if you want to compare two similar files, you can try something
like:

msgattrib -o tmp1.po -s --no-location --no-obsolete file1.po
msgattrib -o tmp2.po -s --no-location --no-obsolete file2.po
diff -u tmp1.po tmp2.po

Cheers,
Danilo
_______________________________________________
gnome-i18n mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gnome-i18n

Reply via email to