Add i18n basic structure

Closes #3.
This commit is contained in:
Claude Paroz
2018-09-07 09:47:52 +02:00
parent d25101db4a
commit f45e4d613f
6 changed files with 37 additions and 0 deletions

2
po/meson.build Normal file
View File

@@ -0,0 +1,2 @@
i18n = import('i18n')
i18n.gettext(calls_name, preset : 'glib')