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:
authorKent Mein <mein@cs.umn.edu>2007-07-24 19:24:19 +0400
committerKent Mein <mein@cs.umn.edu>2007-07-24 19:24:19 +0400
commitcb2d93e09df5a73c8a92f0bc551fb311d2a7d9a5 (patch)
treeb04aec1e80b65e9b5c37088ecd67dec18177e3a5 /po
parent9d61411bf226bef6c2c95c69775d863e05e3d219 (diff)
Cleaned up some case issues with language files...
Kent
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 21ec6a662ff..4d20053ba34 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -36,7 +36,7 @@ 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
+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 ($(OS), darwin)
DIR = $(OCGDIR)/bin/blender.app/Contents/Resources/locale/$@/LC_MESSAGES/
else