--- find-lang~ 2015-03-20 20:05:53.000000000 +0300 +++ find-lang 2015-04-17 15:26:02.076000000 +0300 @@ -186,7 +186,7 @@ FindLang() find "$TOPDIR" -type f |sed -e ' s:'"$TOPDIR"':: s:^[^/].*:: -s:\(.*/locale/'"$RLOCALE"'/\([^/]\+/\)*'"$PATTERN"'\.mo\)$:%lang(\2) \1: +s:\(.*/locale/'"$RLOCALE"'/\([^/]\+/\)*'"$PATTERN"'\.\(mo\|qm\)\)$:%lang(\2) \1: s:^[^%].*:: s:^%lang(en) :: /^$/d @@ -194,7 +194,7 @@ s:^%lang(en) :: find "$TOPDIR" -type l |sed -e ' s:'"$TOPDIR"':: s:^[^/].*:: -s:\(.*/locale/'"$RLOCALE"'/\([^/]\+/\)*'"$PATTERN"'\.mo\)$:%lang(\2) %attr(-,root,root) \1: +s:\(.*/locale/'"$RLOCALE"'/\([^/]\+/\)*'"$PATTERN"'\.\(mo\|qm\)\)$:%lang(\2) %attr(-,root,root) \1: s:^[^%].*:: s:^%lang(en) :: /^$/d