Add i18n support

This will be needed to get better error messages to
users of the D-Bus API. We use glib's builtin gettext
support. No strings marked as translatable yet, we'll
need to mark those user-visible strings carefully and
review them.
This commit is contained in:
Bastien Nocera
2008-05-14 14:04:35 +01:00
committed by Daniel Drake
parent 6cbb079619
commit 3ad569b66a
6 changed files with 18 additions and 2 deletions

View File

@ -1,4 +1,4 @@
AUTOMAKE_OPTIONS = dist-bzip2
SUBDIRS = src data tests
SUBDIRS = src data tests po
EXTRA_DIST = TODO