By dproger on
Good day
I just added the new language to my drupal site by going to admin/settings/language -> Add language. It was the spanish language. Why the drupal standart messages like "Password field is required." not translated to spanish? What should I do to realize this?
Thanks in advance
Comments
Topic can be closed
1.Download the language file from http://drupal.org/project/translations
2.Unpack the archive to stdout, directing output to a file.
3.Upload extracted profiles/default/translations/es.po file to site at admin/build/translate/import
Thanks everybody.