[11/06/2024] Les premières modifs + installation de quelques modules indispensables
This commit is contained in:
4
domokits/local/modules/ShortCodeMeta/I18n/en_US.php
Executable file
4
domokits/local/modules/ShortCodeMeta/I18n/en_US.php
Executable file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
return array(
|
||||
// 'an english string' => 'The displayed english string',
|
||||
);
|
||||
4
domokits/local/modules/ShortCodeMeta/I18n/fr_FR.php
Executable file
4
domokits/local/modules/ShortCodeMeta/I18n/fr_FR.php
Executable file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
return array(
|
||||
// 'an english string' => 'La traduction française de la chaine',
|
||||
);
|
||||
Reference in New Issue
Block a user