File indexing completed on 2024-03-24 03:44:15

0001 match($0, /intro:[[:blank:]]+/) {
0002   split(FILENAME, paths, "/")
0003   printf "// i18n: file: %s:%d\n", FILENAME, NR
0004   printf "//i18n: intro voices, see GCompris-voices/README.md - activity: \"%s\"\n", paths[3]
0005   printf "i18n(%s);\n", substr($0, RSTART+RLENGTH)
0006 }