mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
NOOP, remove trailing whitespace, replace tabs in python scripts
This commit is contained in:
parent
0d250a0db8
commit
73d1de3b75
14 changed files with 33 additions and 33 deletions
|
|
@ -124,7 +124,7 @@ def build(bld):
|
|||
lang = os.path.basename(mo.srcpath()).replace('.mo', '')
|
||||
bld.install_as (os.path.join(os.path.normpath(bld.env['LOCALEDIR']), lang, 'LC_MESSAGES', I18N_PACKAGE + '.mo'),
|
||||
mo)
|
||||
|
||||
|
||||
def i18n(bld):
|
||||
autowaf.build_i18n(bld, top, 'libs/gtkmm2ext', I18N_PACKAGE, gtkmm2ext_sources,
|
||||
'Paul Davis')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue