File indexing completed on 2024-04-28 11:21:06

0001 function get_files
0002 {
0003     echo cantor.xml
0004 }
0005 
0006 function po_for_file
0007 {
0008     case "$1" in
0009        cantor.xml)
0010            echo cantor_xml_mimetypes.po
0011        ;;
0012     esac
0013 }
0014 
0015 function tags_for_file
0016 {
0017     case "$1" in
0018        cantor.xml)
0019            echo comment
0020        ;;
0021     esac
0022 }