Kaydet (Commit) bf32240b authored tarafından Andras Timar's avatar Andras Timar

detect unlocalizable strings in GtkComboBoxText <item> elements

Change-Id: I0598be74345b70aee7feefeaea4cf525a5f2173b
üst 6d7a4e57
...@@ -15,4 +15,8 @@ for i in `git ls-files *.ui`; do ...@@ -15,4 +15,8 @@ for i in `git ls-files *.ui`; do
then echo "Source: $i^"; then echo "Source: $i^";
fi fi
done done
grep -s "<item>" $i | grep -v "translatable\=\"yes" | grep -v "translatable\=\"no" | grep ">.*[A-Za-z].*<";
if [ "$?" -eq 0 ] ;
then echo "Source: $i^";
fi
done done
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment