From 8e404c1dcf820cf767e9d6899e8c1efc7bb5ca96 Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Tue, 19 Jan 2016 22:00:01 -0600 Subject: PLT-7 Adding translation function to context --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3f5cd7f83..31c43f6ac 100644 --- a/Makefile +++ b/Makefile @@ -128,6 +128,7 @@ package: mkdir -p $(DIST_PATH)/api cp -RL api/templates $(DIST_PATH)/api + cp -RL i18n $(DIST_PATH) cp build/MIT-COMPILED-LICENSE.md $(DIST_PATH) cp NOTICE.txt $(DIST_PATH) -- cgit v1.2.3-1-g7c22