2019-11-09 00:20:08 +01:00
|
|
|
template_metas = [
|
|
|
|
'00-plain.desktop',
|
2019-11-06 10:44:28 +01:00
|
|
|
'indicator.desktop',
|
2019-11-09 00:20:08 +01:00
|
|
|
]
|
|
|
|
template_deps = []
|
|
|
|
foreach template : template_metas
|
2021-12-23 17:18:16 +01:00
|
|
|
template_deps += i18n.merge_file(
|
2019-11-09 00:20:08 +01:00
|
|
|
input: template + '.in',
|
|
|
|
output: template,
|
|
|
|
po_dir: po_dir,
|
|
|
|
type: 'desktop',
|
|
|
|
)
|
|
|
|
endforeach
|