po: Add basic translation support
The messages in the polkit policy file need translating. Signed-off-by: Philip Withnall <withnall@endlessm.com> https://phabricator.endlessm.com/T23858
This commit is contained in:
parent
79a4c41eee
commit
b97d101db6
6 changed files with 13 additions and 2 deletions
|
@ -9,9 +9,11 @@ project('eos-parental-controls', 'c',
|
|||
]
|
||||
)
|
||||
|
||||
i18n = import('i18n')
|
||||
pkgconfig = import('pkgconfig')
|
||||
|
||||
meson_make_symlink = join_paths(meson.source_root(), 'tools', 'meson-make-symlink.sh')
|
||||
po_dir = join_paths(meson.source_root(), 'po')
|
||||
|
||||
prefix = get_option('prefix')
|
||||
datadir = join_paths(prefix, get_option('datadir'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue