Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I got the following error
Fatal error: Maximum execution time of 240 seconds exceeded in C:\xampp\htdocs\DrupalTests\drupal-7.33multilingual\drupal-7.33\includes\database\database.inc on line 2171
when importing a po file. Environment is Windows 8.1, xampp 1.8.2 Drupal 7.33
I don't know how to proceed, or if I can import it manually, using mysql or any trick other than selecting the import utility from Drupal interface
I want to create a multi-language (say, 4 languages) site, where all the texts will be maintained by myself (so, writing 4 times every page, every menu, every message). Looks like translation in Drupal addressess many aspects, but I think I don't need so much at this time. Just the nodes to be indexed by language (besides node id), and a "automatic" language switcher.
At this moment I have been puzzling in total already 5 times/days a few hours to get the translation working on the way it should for our website. But it seems impossible!
The situation have me multilingual site using i18. Content is shared/translated and country individual. This means for example the about us page is available under:
I was doing this project and i need just the front end in the another language. I could use the Internationalization module but it translate everything. So looking to avoid doing that.
So any thoughts guys?