Elena Ravelli Posted August 30, 2016 Share Posted August 30, 2016 Ho installato il modulo commenti e si è installato tutto in inglese. Ho aperto il file con le traduzioni in italiano e l'ho trovato vuoto. modules/productcomments/translations Ne ho inserite alcune. global $_MODULE; $_MODULE = array(); $_MODULE['<{productcomments}prestashop>productcomments_7966126831926ad29c528b239d69f855'] = 'Scrivi il tuo commento'; $_MODULE['<{productcomments}prestashop>productcomments_a71a0229e164fecdcde3c4e0f40473fa'] = 'Leggi i commenti'; $_MODULE['<{productcomments}prestashop>productcomments_7c3b0e9898b88deee7ea75aafd2e37e2'] = 'Voto medio'; $_MODULE['<{productcomments}prestashop>productcomments_fbe2625bf3673be380d043a4bf873f28'] = 'Puoi essere il primo a scrivere un commento'; return $_MODULE; Ma non funziona!!! cioè si vede ancora in inglese. Mi potete dire cosa sbaglio? Versione PrestaShop 1.6.1.6 Grazie Elena Link to comment Share on other sites More sharing options...
Codencode Posted August 30, 2016 Share Posted August 30, 2016 Il tema che utilizzi si chiama prestashop? Se così non fosse, molto probabilmente basta sostituire $_MODULE['<{productcomments}prestashop> con $_MODULE['<{productcomments}nome_del_tema> dove nome_del_tema è il nome del tema che utilizzi. Link to comment Share on other sites More sharing options...
Elena Ravelli Posted August 30, 2016 Author Share Posted August 30, 2016 il tema che uso è quello di default. Link to comment Share on other sites More sharing options...
Codencode Posted August 30, 2016 Share Posted August 30, 2016 Il nome del del tema di default in genere è default-bootstrap e non prestashop, quindi il problema potrebbe essere questo. Comunque se effettui le traduzioni dal back-office non avrai questo problema. Link to comment Share on other sites More sharing options...
Giorgio M. Posted August 30, 2016 Share Posted August 30, 2016 Ho installato il modulo commenti e si è installato tutto in inglese. Ho aperto il file con le traduzioni in italiano e l'ho trovato vuoto. modules/productcomments/translations Ne ho inserite alcune. global $_MODULE; $_MODULE = array(); $_MODULE['<{productcomments}prestashop>productcomments_7966126831926ad29c528b239d69f855'] = 'Scrivi il tuo commento'; $_MODULE['<{productcomments}prestashop>productcomments_a71a0229e164fecdcde3c4e0f40473fa'] = 'Leggi i commenti'; $_MODULE['<{productcomments}prestashop>productcomments_7c3b0e9898b88deee7ea75aafd2e37e2'] = 'Voto medio'; $_MODULE['<{productcomments}prestashop>productcomments_fbe2625bf3673be380d043a4bf873f28'] = 'Puoi essere il primo a scrivere un commento'; return $_MODULE; Ma non funziona!!! cioè si vede ancora in inglese. Mi potete dire cosa sbaglio? Versione PrestaShop 1.6.1.6 Grazie Elena Perdona ma puoi comodamente rettificare le traduzioni da LOCALIZZAZIONE -> TRADUZIONI non serve operare in ftp Link to comment Share on other sites More sharing options...
Elena Ravelli Posted August 31, 2016 Author Share Posted August 31, 2016 Se provo da LOCALIZZAZIONE --> TRADUZIONI mi esce un errore che dice:"Attenzione! La tua configurazione PHP limita il numero di campi dei post nel form 1000 per max_input_vars. Per favore chiedi al tuo provider di aumentare questo limite ad 1139 almeno, o si dovranno modificare i file di traduzione." E' per questo che sto provando da FTP. Link to comment Share on other sites More sharing options...
Codencode Posted August 31, 2016 Share Posted August 31, 2016 In questo caso basta aumentare il valore di max_input_vars a 5000 così non dovresti avere più problemi. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now