create .po files in the application bundle on os x
This commit is contained in:
@@ -37,7 +37,11 @@ SOURCEDIR = blender/po
|
|||||||
include nan_definitions.mk
|
include nan_definitions.mk
|
||||||
|
|
||||||
LINGUAS = it
|
LINGUAS = it
|
||||||
|
ifeq ($(OS), darwin)
|
||||||
|
DIR = $(OCGDIR)/bin/blender.app/Contents/Resources/.blender/locale/$@/LC_MESSAGES/
|
||||||
|
else
|
||||||
DIR = $(OCGDIR)/bin/.blender/locale/$@/LC_MESSAGES/
|
DIR = $(OCGDIR)/bin/.blender/locale/$@/LC_MESSAGES/
|
||||||
|
endif
|
||||||
|
|
||||||
all:: $(LINGUAS)
|
all:: $(LINGUAS)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user