Jump to content

Contenu Fichier traductions php –


Recommended Posts

Normalement les fichiers  traduction php ont cette forme ( fr.php, gb.php, es.php .....)

<?php
global $_MODULE;
$_MODULE = array();

$_MODULE['<{mymodule}prestashop>mymodule_fb015b930d568ac94a74509ba027152b'] = 'Something to translate';
$_MODULE['<{mymodule}prestashop>mymodule_sdkfmlk5s564fsd88fqs5f4ehj4j8gnb'] = 'Something to translate into smarty template';

return $_MODULE;

Mais je me rend compte que j´ai des fichiers qui n´on pas la dernier ligne :


return $_MODULE;

Est ce normal ?

Merci d´avance

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...