Search code examples
localizationdiffgettextpo

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?


Solution

  • use podiff

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