Ajout FishPeper
This commit is contained in:
22
cncjs/build.config.js
Normal file
22
cncjs/build.config.js
Normal file
@@ -0,0 +1,22 @@
|
||||
module.exports = {
|
||||
languages: [
|
||||
'en', // English (default)
|
||||
'cs', // Czech
|
||||
'de', // German
|
||||
'es', // Spanish
|
||||
'fr', // French
|
||||
'hu', // Hungarian
|
||||
'it', // Italian
|
||||
'ja', // Japanese
|
||||
'nl', // Nederlands
|
||||
'pt-br', // Portuguese (Brazil)
|
||||
'pt-pt', // Portuguese (Portugal)
|
||||
'ru', // Russian
|
||||
'tr', // Turkish
|
||||
'zh-cn', // Simplified Chinese
|
||||
'zh-tw' // Traditional Chinese
|
||||
],
|
||||
analytics: {
|
||||
trackingId: 'UA-107017110-1'
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user