diff --git a/bin/.blender/.Blanguages b/bin/.blender/.Blanguages index 56b65db5f99..be5e397b149 100644 --- a/bin/.blender/.Blanguages +++ b/bin/.blender/.Blanguages @@ -17,4 +17,5 @@ Serbian:sr Ukrainian:uk Polish:pl_PL Romanian:ro -Arabic:ar \ No newline at end of file +Arabic:ar +Bulgarian:bg diff --git a/po/Makefile b/po/Makefile index 36924697aed..21ec6a662ff 100644 --- a/po/Makefile +++ b/po/Makefile @@ -36,7 +36,7 @@ SOURCEDIR = blender/po include nan_definitions.mk -LINGUAS = ar 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