[Tux4kids-commits] r506 - tuxmath/trunk/po

tholy-guest at alioth.debian.org tholy-guest at alioth.debian.org
Fri May 16 20:26:52 UTC 2008


Author: tholy-guest
Date: 2008-05-16 20:26:51 +0000 (Fri, 16 May 2008)
New Revision: 506

Modified:
   tuxmath/trunk/po/CMakeLists.txt
Log:
Exclude Chinese, Japanese, and Russian if we don't have SDL_Pango.


Modified: tuxmath/trunk/po/CMakeLists.txt
===================================================================
--- tuxmath/trunk/po/CMakeLists.txt	2008-05-16 12:30:53 UTC (rev 505)
+++ tuxmath/trunk/po/CMakeLists.txt	2008-05-16 20:26:51 UTC (rev 506)
@@ -4,7 +4,11 @@
 # have Pango, we want to exclude those translations.
 set(TUXMATH_PO_REQUIRES_PANGO
   ar.po
-  he.po)
+  he.po
+  zh*.po
+  ru.po
+  ja.po
+)
 
 file (GLOB PO_FILES *.po)
 file (GLOB PANGO_FILES ${TUXMATH_PO_REQUIRES_PANGO})




More information about the Tux4kids-commits mailing list