Re: howto see the differences between 2 .po files?



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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]