Fairly large overhaul of the JuK codebase to beat out a lot of the Qt 3 stuff.
[kdemultimedia.git] / kmid / instrfilter.awk
blob078169aa9b16d0e186309d1926b45e006b53d04d
1 { match ($0,"\".*\"") }
2 { if (RSTART>0) print "i18n("substr($0,RSTART,RLENGTH)");" };