[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [11912] trunk/blender/po/Makefile: svn-commit.2

Campbell Barton cbarton at metavr.com
Sat Sep 1 20:50:40 CEST 2007


Revision: 11912
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=11912
Author:   campbellbarton
Date:     2007-09-01 20:50:40 +0200 (Sat, 01 Sep 2007)

Log Message:
-----------
svn-commit.2

Modified Paths:
--------------
    trunk/blender/po/Makefile

Modified: trunk/blender/po/Makefile
===================================================================
--- trunk/blender/po/Makefile	2007-09-01 04:24:16 UTC (rev 11911)
+++ trunk/blender/po/Makefile	2007-09-01 18:50:40 UTC (rev 11912)
@@ -36,7 +36,12 @@
 
 include nan_definitions.mk
 
-LINGUAS = ar bg ca cs de es fr hr it ja nl pl pt_BR ro ru sr sr at Latn sv uk zh_CN 
+ifeq ($(INTERNTIONAL),true)
+	LINGUAS = ar bg ca cs de es fr hr it ja nl pl pt_BR ro ru sr sr at Latn sv uk zh_CN
+else
+	LINGUAS = 
+endif
+
 ifeq ($(OS), darwin)
 DIR = $(OCGDIR)/bin/blender.app/Contents/Resources/locale/$@/LC_MESSAGES/
 else





More information about the Bf-blender-cvs mailing list