committed by
Eugene Bujak
parent
fd629be6e6
commit
eb71f3ed8f
@@ -4,7 +4,17 @@ const crypto = require('crypto');
|
||||
const requestPromise = require('request-promise');
|
||||
|
||||
const LOCALES_DIR = '../../client/src/__locales';
|
||||
const LOCALES_LIST = ['en', 'ru', 'vi', 'es', 'fr', 'ja', 'sv', 'pt-br'];
|
||||
const LOCALES_LIST = [
|
||||
'en',
|
||||
'ru',
|
||||
'vi',
|
||||
'es',
|
||||
'fr',
|
||||
'ja',
|
||||
'sv',
|
||||
'pt-br',
|
||||
'zh-tw',
|
||||
];
|
||||
|
||||
/**
|
||||
* Hash content
|
||||
|
||||
Reference in New Issue
Block a user