mirror of
https://github.com/romancm/gamebrary
synced 2024-11-10 13:44:16 +00:00
no message
This commit is contained in:
parent
4454cc67a4
commit
636759c903
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ const fs = require('fs');
|
|||
const translate = require('translate-json-object')();
|
||||
const baseJson = require('../src/i18n/en.json');
|
||||
|
||||
translate.init({ googleApiKey: 'AIzaSyA6MsmnLtqT4b11r-j15wwreRypO3AodcA' });
|
||||
translate.init({ googleApiKey: 'GOOGLE_TRANSLATE_API_KEY' });
|
||||
|
||||
const supportedLanguages = [
|
||||
'af',
|
||||
|
|
Loading…
Reference in a new issue