Ajout FishPeper

This commit is contained in:
Serge NOEL
2026-04-21 12:19:15 +02:00
parent 6744da3f88
commit 0c361a2440
2160 changed files with 589301 additions and 1 deletions

22
cncjs/build.config.js Normal file
View 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'
}
};