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

tholy-guest at alioth.debian.org tholy-guest at alioth.debian.org
Fri May 16 20:33:37 UTC 2008


Author: tholy-guest
Date: 2008-05-16 20:33:36 +0000 (Fri, 16 May 2008)
New Revision: 507

Modified:
   tuxmath/trunk/po/CMakeLists.txt
Log:
Add ability to easily exclude certain translations as not being ready yet (this excludes Finnish for now).


Modified: tuxmath/trunk/po/CMakeLists.txt
===================================================================
--- tuxmath/trunk/po/CMakeLists.txt	2008-05-16 20:26:51 UTC (rev 506)
+++ tuxmath/trunk/po/CMakeLists.txt	2008-05-16 20:33:36 UTC (rev 507)
@@ -10,9 +10,16 @@
   ja.po
 )
 
+# Some translations may be so complete that they should be excluded
+# for now. List them here.
+set (TUXMATH_EXCLUDE_PO
+  fi.po
+)
+
 file (GLOB PO_FILES *.po)
 file (GLOB PANGO_FILES ${TUXMATH_PO_REQUIRES_PANGO})
 
+list(REMOVE_ITEM PO_FILES ${TUXMATH_EXCLUDE_PO})
 if(NOT SDLPANGO_FOUND)
   list(REMOVE_ITEM PO_FILES ${PANGO_FILES})
 endif(NOT SDLPANGO_FOUND)




More information about the Tux4kids-commits mailing list