From 5572323a3a4070a32ca82cf018ea312208730d5b Mon Sep 17 00:00:00 2001 From: Jiri Hnidek Date: Mon, 8 Sep 2003 12:13:54 +0000 Subject: - added czech translation (cs.po) - changed function drawcircball() in source/blender/src/drawobject.c. Circle is computed faster (no 32 calls of sin() and cos() each time witch same results). --- po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'po/Makefile') diff --git a/po/Makefile b/po/Makefile index 92cb0a320af..3c866fcffcf 100644 --- a/po/Makefile +++ b/po/Makefile @@ -36,7 +36,7 @@ SOURCEDIR = blender/po include nan_definitions.mk -LINGUAS = ca de es fr it ja nl sv +LINGUAS = ca cs de es fr it ja nl sv ifeq ($(OS), darwin) DIR = $(OCGDIR)/bin/blender.app/Contents/Resources/locale/$@/LC_MESSAGES/ else -- cgit v1.2.3