Add gettext support
authorDan Winship <danw@gnome.org>
Fri, 13 Apr 2012 00:17:06 +0000 (20:17 -0400)
committerDan Winship <danw@gnome.org>
Tue, 17 Apr 2012 13:54:08 +0000 (09:54 -0400)
commit02dcd6378070347f2b3cc59a82e79e60afa0583d
tree539777cd7c413ab74118ead115f502a93229e7c2
parent127d3b08422d3d94caca7175ddcf40003f7d0b35
Add gettext support

There were already error messages in soup-request.c and
soup-requester.c marked for translation, and we'll be adding more
soon.
.gitignore
Makefile.am
configure.ac
libsoup/Makefile.am
libsoup/soup-request.c
libsoup/soup-requester.c
libsoup/soup-session.c
po/LINGUAS [new file with mode: 0644]
po/POTFILES.in [new file with mode: 0644]
tests/test-utils.c