mirror of
https://github.com/romancm/gamebrary
synced 2024-11-27 13:40:48 +00:00
Remove API key
This commit is contained in:
parent
ffee33d0bc
commit
e6dcca8aef
1 changed files with 1 additions and 2 deletions
|
@ -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'];
|
||||
|
||||
|
|
Loading…
Reference in a new issue