File indexing completed on 2025-11-02 04:26:53
0001 function get_files
0002 {
0003 echo kxstitch.xml
0004 }
0005
0006 function po_for_file
0007 {
0008 case "$1" in
0009 kxstitch.xml)
0010 echo kxstitch_xml_mimetypes.po
0011 ;;
0012 esac
0013 }
0014
0015 function tags_for_file
0016 {
0017 case "$1" in
0018 kxstitch.xml)
0019 echo comment
0020 ;;
0021 esac
0022 }