summaryrefslogtreecommitdiffstats
path: root/tdemid/instrfilter.awk
blob: 078169aa9b16d0e186309d1926b45e006b53d04d (plain)
1
2
{ match ($0,"\".*\"") }
{ if (RSTART>0) print "i18n("substr($0,RSTART,RLENGTH)");" };