From d3e4d88f0cb20408648ae62cd4caae7eb1c55440 Mon Sep 17 00:00:00 2001 From: Bouncey Date: Sat, 6 Oct 2018 02:23:06 +0100 Subject: [PATCH] feat(locale): Add LOCAL env var --- sample.env | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sample.env b/sample.env index 48b5f2f9d5..155f195381 100644 --- a/sample.env +++ b/sample.env @@ -22,3 +22,5 @@ IMAGE_BASE_URL='https://s3.amazonaws.com/freecodecamp/images/' HOME_LOCATION='http://localhost:8000' API_LOCATION='http://localhost:3000' + +LOCALE=english