Remove API key

This commit is contained in:
Roman Cervantes 2019-06-19 13:45:24 -07:00
parent ffee33d0bc
commit e6dcca8aef

View file

@ -4,8 +4,7 @@ const fs = require('fs');
const translate = require('translate-json-object')();
const baseJson = require('../src/i18n/en.json');
// translate.init({ googleApiKey: 'GOOGLE_API_KEY_HERE' });
translate.init({ googleApiKey: 'AIzaSyCknvhooDrmNf9SJ5hdZKPkqR0pntXJ6cU' });
translate.init({ googleApiKey: 'GOOGLE_API_KEY_HERE' });
const supportedLanguages = ['es', 'pl', 'de', 'ar', 'fr', 'it', 'eu', 'cs', 'ja'];