Production release

This commit is contained in:
“VeLiTi”
2025-08-12 15:04:56 +02:00
parent 580f835fff
commit 60a32a7ff9
33 changed files with 2030 additions and 5494 deletions

View File

@@ -0,0 +1,13 @@
<?php
// Define available languages mapping from country codes
$available_languages = [
'1' => 'DE',
'2' => 'NL',
'6' => 'DE',
'10' => 'ES',
'12' => 'FR',
'21' => 'NL'
];
?>