svn-commit.2

This commit is contained in:
Campbell Barton 2007-09-01 18:50:40 +00:00
parent 778b690a61
commit 0170c66dd5

@ -36,7 +36,12 @@ SOURCEDIR = blender/po
include nan_definitions.mk
LINGUAS = ar bg ca cs de es fr hr it ja nl pl pt_BR ro ru sr sr@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@Latn sv uk zh_CN
else
LINGUAS =
endif
ifeq ($(OS), darwin)
DIR = $(OCGDIR)/bin/blender.app/Contents/Resources/locale/$@/LC_MESSAGES/
else