- Remove duplicates from po files
- Provide debug target - Run msgfmt on all but fi.po
This commit is contained in:
@@ -36,14 +36,14 @@ SOURCEDIR = blender/po
|
|||||||
|
|
||||||
include nan_definitions.mk
|
include nan_definitions.mk
|
||||||
|
|
||||||
LINGUAS = it
|
LINGUAS = ca de es fr it ja nl sv
|
||||||
ifeq ($(OS), darwin)
|
ifeq ($(OS), darwin)
|
||||||
DIR = $(OCGDIR)/bin/blender.app/Contents/Resources/locale/$@/LC_MESSAGES/
|
DIR = $(OCGDIR)/bin/blender.app/Contents/Resources/locale/$@/LC_MESSAGES/
|
||||||
else
|
else
|
||||||
DIR = $(OCGDIR)/bin/.blender/locale/$@/LC_MESSAGES/
|
DIR = $(OCGDIR)/bin/.blender/locale/$@/LC_MESSAGES/
|
||||||
endif
|
endif
|
||||||
|
|
||||||
all:: $(LINGUAS)
|
all debug:: $(LINGUAS)
|
||||||
|
|
||||||
clean::
|
clean::
|
||||||
rm -r $(OCGDIR)/bin/.blender/locale
|
rm -r $(OCGDIR)/bin/.blender/locale
|
||||||
|
Reference in New Issue
Block a user