Production release
This commit is contained in:
13
custom/settings/translations_mapping.php
Normal file
13
custom/settings/translations_mapping.php
Normal 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'
|
||||
];
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user