mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-22 19:56:08 +03:00
7 lines
152 B
Meson
7 lines
152 B
Meson
gettext_files = [
|
|
'fontconfig.its',
|
|
'fontconfig.loc',
|
|
]
|
|
|
|
install_data(gettext_files, install_dir: join_paths(get_option('datadir'), 'gettext/its'))
|