.mo files were created in the wrong directory on os x (d'oh!)
This commit is contained in:
@@ -38,7 +38,7 @@ include nan_definitions.mk
|
||||
|
||||
LINGUAS = it
|
||||
ifeq ($(OS), darwin)
|
||||
DIR = $(OCGDIR)/bin/blender.app/Contents/Resources/.blender/locale/$@/LC_MESSAGES/
|
||||
DIR = $(OCGDIR)/bin/blender.app/Contents/Resources/locale/$@/LC_MESSAGES/
|
||||
else
|
||||
DIR = $(OCGDIR)/bin/.blender/locale/$@/LC_MESSAGES/
|
||||
endif
|
||||
|
Reference in New Issue
Block a user