wscript: waf i18n
should generate gtk2_ardour/appdata/ardour.appdata.pot when invoking appdata_i18n_pot
This commit is contained in:
parent
e520cf6bac
commit
6742c1e4b4
@ -995,7 +995,7 @@ def i18n_mo_func(bld):
|
|||||||
def appdata_i18n_pot(bld):
|
def appdata_i18n_pot(bld):
|
||||||
potfile = os.path.join(bld.top_dir, 'gtk2_ardour', 'appdata',
|
potfile = os.path.join(bld.top_dir, 'gtk2_ardour', 'appdata',
|
||||||
'ardour.appdata.pot')
|
'ardour.appdata.pot')
|
||||||
if bld.cmd == 'i18n_pot':
|
if bld.cmd in ('i18n_pot', 'i18n'):
|
||||||
Logs.info('Generating pot file from Ardour appdata')
|
Logs.info('Generating pot file from Ardour appdata')
|
||||||
itsfile = os.path.join(bld.top_dir, 'tools', 'as-metainfo.its')
|
itsfile = os.path.join(bld.top_dir, 'tools', 'as-metainfo.its')
|
||||||
adsource = os.path.join(bld.top_dir, 'gtk2_ardour',
|
adsource = os.path.join(bld.top_dir, 'gtk2_ardour',
|
||||||
|
Loading…
Reference in New Issue
Block a user