feat: i18n user interface (#40306)

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
This commit is contained in:
Tom
2020-12-16 02:02:52 -06:00
committed by Mrugesh Mohapatra
parent a60a887e63
commit 3978c6be28
149 changed files with 3408 additions and 1084 deletions

View File

@ -1,6 +1,7 @@
# ---------------------
# API
# ---------------------
# Database
MONGOHQ_URL='mongodb://localhost:27017/freecodecamp'
@ -21,6 +22,7 @@ JWT_SECRET=a_jwt_secret
# ---------------------
# Search
# ---------------------
# Client Search Bar
ALGOLIA_APP_ID=app_id_from_algolia_dashboard
ALGOLIA_API_KEY=api_key_from_algolia_dashboard
@ -28,10 +30,12 @@ ALGOLIA_API_KEY=api_key_from_algolia_dashboard
# ---------------------
# Donations
# ---------------------
# Stripe
STRIPE_CREATE_PLANS=true
STRIPE_PUBLIC_KEY=pk_from_stripe_dashboard
STRIPE_SECRET_KEY=sk_from_stripe_dashboard
# PayPal
PAYPAL_CLIENT_ID=id_from_paypal_dashboard
PAYPAL_SECRET=secret_from_paypal_dashboard
@ -42,13 +46,19 @@ PAYPAL_WEBHOOK_ID=webhook_id_from_paypal_dashboard
# ---------------------
# Build variants
# ---------------------
PIPELINE_ENV=false
DEPLOYMENT_ENV='staging'
FREECODECAMP_NODE_ENV='development'
# Language to build
LOCALE=english
# Languages to build
CLIENT_LOCALE=english
CURRICULUM_LOCALE=english
SHOW_LOCALE_DROPDOWN_MENU=true
# Show or hide WIP in progress challenges
SHOW_UPCOMING_CHANGES=false
# Application paths
HOME_LOCATION='http://localhost:8000'
API_LOCATION='http://localhost:3000'
@ -58,8 +68,10 @@ NEWS_LOCATION='https://www.freecodecamp.org/news'
# ---------------------
# Debugging Mode Keys
# ---------------------
PEER=stuff
DEBUG=true
LOCAL_MOCK_AUTH=true
# Webhook proxy url from smee.io for PayPal
WEBHOOK_PROXY_URL=''