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:
authorTom Musgrove <LetterRip@gmail.com>2008-03-01 06:56:16 +0300
committerTom Musgrove <LetterRip@gmail.com>2008-03-01 06:56:16 +0300
commitf8f6a049bd4b5773918a37c9738441f45850b71e (patch)
tree39d792868c00a893b9418e1b68e6ede875cc1f68 /po
parent416f918fb8dd2400c1680a148cbe014d2c4f7211 (diff)
This commit contains the addition of a greek translation thanks to
Κωστής Καρβουνιάρης Kostas Gerontis Also a patch from Markus Schulz that adds buttons to the material, light, and world texture panels to make it easy to rearrange the textures in the list without having to use copy and paste.
Diffstat (limited to 'po')
-rw-r--r--po/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index 35be6dd2a15..71799a0edce 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -37,7 +37,7 @@ SOURCEDIR = blender/po
include nan_definitions.mk
ifeq ($(INTERNATIONAL),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
+ LINGUAS = ar bg ca cs de el es fr hr it ja nl pl pt_BR ro ru sr sr@Latn sv uk zh_CN
else
LINGUAS =
endif