code cleanup and openrc script

This commit is contained in:
2020-08-05 21:15:32 -04:00
parent fb70d11f2b
commit 6b771cfa98
28 changed files with 2043 additions and 1572 deletions

View File

@@ -1,9 +1,9 @@
i18n = import('i18n')
i18n.gettext(
meson.project_name(),
args:
[
'--directory=' + meson.source_root(),
'--from-code=UTF-8'
]
meson.project_name(),
args:
[
'--directory=' + meson.source_root(),
'--from-code=UTF-8'
]
)