fix: add locale dir

This commit is contained in:
0xMRTT 2022-09-22 14:34:03 +02:00
parent e9a9876ee3
commit ca1d2e4e80
No known key found for this signature in database
GPG key ID: AC9E06BF3DECB6FB

View file

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