mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 19:56:31 +01:00
more spreading of I18N_PACKAGE as the name for .mo files
git-svn-id: svn://localhost/ardour2/branches/3.0@10752 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
e133709def
commit
4821026841
3 changed files with 3 additions and 3 deletions
|
|
@ -634,7 +634,7 @@ def build(bld):
|
||||||
for mo in mo_files:
|
for mo in mo_files:
|
||||||
lang = os.path.basename(mo.srcpath()).replace('.mo', '')
|
lang = os.path.basename(mo.srcpath()).replace('.mo', '')
|
||||||
bld.install_as(os.path.join(bld.env['PREFIX'], 'share', 'locale',
|
bld.install_as(os.path.join(bld.env['PREFIX'], 'share', 'locale',
|
||||||
lang, 'LC_MESSAGES', APPNAME + '.mo'),
|
lang, 'LC_MESSAGES', I18N_PACKAGE + '.mo'),
|
||||||
mo)
|
mo)
|
||||||
|
|
||||||
def i18n(bld):
|
def i18n(bld):
|
||||||
|
|
|
||||||
|
|
@ -411,7 +411,7 @@ def build(bld):
|
||||||
for mo in mo_files:
|
for mo in mo_files:
|
||||||
lang = os.path.basename(mo.srcpath()).replace('.mo', '')
|
lang = os.path.basename(mo.srcpath()).replace('.mo', '')
|
||||||
bld.install_as(os.path.join(bld.env['PREFIX'], 'share', 'locale',
|
bld.install_as(os.path.join(bld.env['PREFIX'], 'share', 'locale',
|
||||||
lang, 'LC_MESSAGES', 'libardour3.mo'),
|
lang, 'LC_MESSAGES', I18N_PACKAGE + '.mo'),
|
||||||
mo)
|
mo)
|
||||||
|
|
||||||
if bld.env['BUILD_TESTS'] and bld.is_defined('HAVE_CPPUNIT'):
|
if bld.env['BUILD_TESTS'] and bld.is_defined('HAVE_CPPUNIT'):
|
||||||
|
|
|
||||||
|
|
@ -103,7 +103,7 @@ def build(bld):
|
||||||
for mo in mo_files:
|
for mo in mo_files:
|
||||||
lang = os.path.basename(mo.srcpath()).replace('.mo', '')
|
lang = os.path.basename(mo.srcpath()).replace('.mo', '')
|
||||||
bld.install_as(os.path.join(bld.env['PREFIX'], 'share', 'locale',
|
bld.install_as(os.path.join(bld.env['PREFIX'], 'share', 'locale',
|
||||||
lang, 'LC_MESSAGES', 'libgtkmm2ext.mo'),
|
lang, 'LC_MESSAGES', I18N_PACKAGE + '.mo'),
|
||||||
mo)
|
mo)
|
||||||
|
|
||||||
def i18n(bld):
|
def i18n(bld):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue