Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Find differences in a .po file

I have a .po file where most translated strings are identical to original ones. However, few are different. How do I quickly find the ones that differ from original?

like image 419
rafalcieslak Avatar asked Sep 14 '25 03:09

rafalcieslak


1 Answers

use podiff

I used it, an it workd for me. Its in C, so you have to compile it. make is your friend

like image 62
Martin Krung Avatar answered Sep 17 '25 01:09

Martin Krung