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
diff options
context:
space:
mode:
authorJiri Hnidek <jiri.hnidek@tul.cz>2003-09-08 16:13:54 +0400
committerJiri Hnidek <jiri.hnidek@tul.cz>2003-09-08 16:13:54 +0400
commit5572323a3a4070a32ca82cf018ea312208730d5b (patch)
treefaa8fcffebd85167f1f43d2fcf7c08309287afda /po/Makefile
parent5d2f98f440f8ad6fbfb43e96a6db056853683110 (diff)
- 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).
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile2
1 files changed, 1 insertions, 1 deletions
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