mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 16:38:43 +02:00
Merge branch 'nls' into 'master'
Meson: Add 'nls' option to disable translation See merge request GNOME/glib!484
This commit is contained in:
@@ -83,3 +83,9 @@ option('installed_tests',
|
||||
type : 'boolean',
|
||||
value : false,
|
||||
description : 'enable installed tests')
|
||||
|
||||
option('nls',
|
||||
type : 'feature',
|
||||
value : 'auto',
|
||||
yield: true,
|
||||
description : 'Enable native language support (translations)')
|
||||
|
Reference in New Issue
Block a user