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:
-rw-r--r--po/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/po/Makefile b/po/Makefile
index d63d0dcc693..89232013144 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -37,7 +37,11 @@ SOURCEDIR = blender/po
include nan_definitions.mk
LINGUAS = it
+ifeq ($(OS), darwin)
+DIR = $(OCGDIR)/bin/blender.app/Contents/Resources/.blender/locale/$@/LC_MESSAGES/
+else
DIR = $(OCGDIR)/bin/.blender/locale/$@/LC_MESSAGES/
+endif
all:: $(LINGUAS)