I can perform search of empty translations in vim with command like this:
/""\n\n
But my task is to find number of non-translated strings. Any ideas how to do this with standard tools which every linux box should have (no separate packages please).
Here is example of .po file containing 2 translated and 2 non-translated string (long and short variant).
msgid "translated string"
msgstr "some translation"
msgid "non-translated string"
msgstr ""
msgid ""
"Some long translated string which starts from new line "
"and can last for few lines"
msgstr ""
"Translation of some long string which starts from new line "
"and lasts for few lines"
msgid ""
"Some long NON-translated string which starts from new line "
"and can last for few lines"
msgstr ""