I have enable the translation module,and imported the .po file .But when I submit the "import" form,the next "Action" page is blank.And when I go back to see what happens.I find the language name is there,but nothing is translate.It said 0/xxx successful 0%. What shall I do??????

Comments

sanduhrs’s picture

Probably a memory related problem.
So increase the memory php may use, or (if on shared hosting, and/or not allowed to) try to split the .po file into several parts and import them one by one.
vg

johnnylee78’s picture

The server is mine.I can do the change on it.I'll try it .

Champagne’s picture

I have the same problem with the Swedish translation for 4.6. I'm new to the linux and php world an I wonder where you increase the memory for php? I'm using ubuntu 5.10.

sanduhrs’s picture

Locate the file php.ini and change the value for memory_limit to what ever you think is appropriate.
Also try to search the forum on this issue: http://drupal.org/search/node/memory+limit
vg

Champagne’s picture

Thank's for the answer. I did do the search but didn't find any good answer, yours was to the point and it solved my problem.