summaryrefslogtreecommitdiffstats
path: root/po/CMakeLists.txt
blob: a653d59287dd1b8b77ca787b59d50750cfe9e163 (plain)
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

# Automatic discovery of sources
FILE(GLOB PO_FILES *.po)

# DISABLED: explicit set of source files
# SET(PO_FILES
#    ca.po
#    cs.po
#    cy.po
#    de.po
#    en_GB.po
#    en.po
#    es.po
#    et.po
#    fi.po
#    fr.po
#    it.po
#    ja.po
#    nl.po
#    ru.po
#    sv.po
#    zh_CN.po
# )

ADD_TRANSLATIONS(rosegarden ${PO_FILES})