fix: add LOCALE_DIR to constants.py meson config

This commit is contained in:
tfuxu 2022-11-11 01:40:20 +01:00
parent 87da4f9fb0
commit 07ecf60b06
No known key found for this signature in database
GPG key ID: 79CFC3B9B31C098A

View file

@ -24,6 +24,7 @@ configure_file(
'HELP_URL': HELP_URL,
'TRANSLATE_URL': TRANSLATE_URL,
'PKGDATA_DIR': PKGDATA_DIR,
'LOCALE_DIR': conf.get('LOCALE_DIR'),
}),
install: true,
install_dir: PY_INSTALLDIR.get_install_dir() / 'gradience',