File: XmlMessages.sh

package info (click to toggle)
kdenlive 25.12.2-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 126,184 kB
  • sloc: cpp: 206,938; xml: 11,894; python: 1,139; ansic: 1,054; javascript: 578; sh: 389; makefile: 15
file content (25 lines) | stat: -rwxr-xr-x 430 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# SPDX-FileCopyrightText: Pino Toscano  <pino@kde.org>
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL

function get_files
{
    echo org.kde.kdenlive.xml
}

function po_for_file
{
    case "$1" in
       org.kde.kdenlive.xml)
           echo kdenlive_xml_mimetypes.po
       ;;
    esac
}

function tags_for_file
{
    case "$1" in
       org.kde.kdenlive.xml)
           echo comment
       ;;
    esac
}