From 1620aafff37587b3a6ddd419577936da1a5bf503 Mon Sep 17 00:00:00 2001 From: Padraig O'Briain Date: Wed, 30 Oct 2002 15:38:03 +0000 Subject: Add po directory * Makefile.am: Add po directory * configure.in: Add support for I18N * acconfig.h atk/atkintl.h: New files used to support I18N * atk/atkobject.c: Update atk_role_get_localized_name() to allow for localized name to be returned. * docs/Makefile.am: Add atkintl.h to IGNORE_HFILES * po/Makfile.in.in, po/POTFILES.in, po/po2tbl.sed.in po/.cvsignore po/ChangeLog: New files --- po/POTFILES.in | 1 + 1 file changed, 1 insertion(+) create mode 100644 po/POTFILES.in (limited to 'po/POTFILES.in') diff --git a/po/POTFILES.in b/po/POTFILES.in new file mode 100644 index 0000000..0646884 --- /dev/null +++ b/po/POTFILES.in @@ -0,0 +1 @@ +atk/atkobject.c -- cgit v1.2.1