Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2007-09-01 22:50:40 +0400
committerCampbell Barton <ideasman42@gmail.com>2007-09-01 22:50:40 +0400
commit0170c66dd58f0aeb21f2aa4456bf642142217e5f (patch)
treef3f127ecf322a0abbeaa3f37a44d95871665fce0 /po
parent778b690a615dc56f039266db7bf6343edaa315a6 (diff)
svn-commit.2
Diffstat (limited to 'po')
-rw-r--r--po/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index 4d20053ba34..b7288c0e64c 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -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