mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 23:32:04 +02:00
Initial translations support
Most of the app is now translatable, so put a POT file in git and make app use translations if available
This commit is contained in:
@@ -8,6 +8,7 @@ project('com.github.rafostar.Clapper', 'c', 'cpp',
|
||||
]
|
||||
)
|
||||
|
||||
i18n = import('i18n')
|
||||
python = import('python')
|
||||
python_bin = python.find_installation('python3')
|
||||
|
||||
@@ -22,6 +23,7 @@ endif
|
||||
if get_option('clapper-player')
|
||||
subdir('bin')
|
||||
subdir('data')
|
||||
subdir('po')
|
||||
|
||||
installdir = join_paths(get_option('prefix'), 'share', meson.project_name())
|
||||
install_subdir('src', install_dir : installdir)
|
||||
|
Reference in New Issue
Block a user