I'm new to Drupal and installed Drupal 6.3 with English as default language and later added the provided Dutch translation and set it as default language. The % of translations was low, so I assumed that the latest version would increase that number. I installed nl-6.x-1.1 but found out that the number of translations is still very low, less than 5%. The overview also shows that no modules have translations, but I've noticed that at least three modules actually do.
So:
- is the number of translations really that low?
- am I doing something wrong that shows such low percentage?
- have I installed the language module correctly? I'm on a Mac so I had to go into the terminal and type 'cp -Ri nl-6.x-1.1/ /'

Thanks.

Comments

hepabolu’s picture

sorry, copy command has to be:

cp -Ri path/to/nl-6.x-1.1/ path/to/drupal-root/

sutharsan’s picture

The % of translation depends on the combined availability of translations of core and of each of the installed modules. Core is 100% translated.
You can find a instruction of how to translate here: http://drupal.be/vertaling

(Please comment if the instruction is not clear. You will be the first to comment)

sutharsan’s picture

Status: Active » Fixed

No response. Closing the issue.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.