|
From: Enlightenment C. <no...@cv...> - 2008-03-10 20:49:36
|
Enlightenment CVS committal Author : maxerba Project : e17 Module : apps/ephoto Dir : e17/apps/ephoto Modified Files: configure.in Log Message: added hungarian localization =================================================================== RCS file: /cvs/e/e17/apps/ephoto/configure.in,v retrieving revision 1.11 retrieving revision 1.12 diff -u -3 -r1.11 -r1.12 --- configure.in 11 Dec 2007 11:48:50 -0000 1.11 +++ configure.in 10 Mar 2008 20:49:04 -0000 1.12 @@ -18,7 +18,7 @@ AM_WITH_DMALLOC dnl Add the languages which your application supports here. -ALL_LINGUAS="sv de it fr eo" +ALL_LINGUAS="de eo fr hu it sv" AC_SUBST(ALL_LINGUAS) AM_GNU_GETTEXT([external]) |