Attempt to figure out how in the world locales work

This commit is contained in:
ArtyIF 2022-07-25 23:28:33 +03:00
parent 5e8d4514e5
commit cda181198c
3 changed files with 3 additions and 2 deletions

View file

@ -0,0 +1 @@
ru

View file

@ -1 +1 @@
i18n.gettext('adwcustomizer', preset: 'glib')
i18n.gettext(meson.project_name(), preset: 'glib')

View file

@ -26,7 +26,7 @@ gnome.compile_resources('adwcustomizer',
python = import('python')
conf = configuration_data()
conf.set('PYTHON', python.find_installation('python3').path())
conf.set('PYTHON', python.find_installation('python3').full_path())
conf.set('VERSION', meson.project_version())
conf.set('localedir', join_paths(get_option('prefix'), get_option('localedir')))
conf.set('pkgdatadir', pkgdatadir)