By rodrigo21 on
Is there a way to change the language after installing Drupal?
I need it to be in Spanish but I want to avoid installing it again.
Thanks
Is there a way to change the language after installing Drupal?
I need it to be in Spanish but I want to avoid installing it again.
Thanks
Comments
Yes, of course. 1.
Yes, of course.
1. Administer | Build | Modules -> activate module Locale.
2. Go to Administer | Site configuration | Languages and set up what you need.
Jan Polzer, Drupal & Symfony developer
I have Add the Spanish
I have Add the Spanish language and select it as the default language in Administer | Site configuration | Languages, but my Drupal page is still displaying everything in english. : (
thanks
Sustainable Transport in Drupal.
www.ridebubble.org
www.nosfuimos.cl
maybe a cache problem?
maybe a cache problem?
Hope you didn't forgot to import spanish strings from http://drupal.org/project/es
Jan Polzer, Drupal & Symfony developer
Proble solved, Here is a
Proble solved,
Here is a very datailed description on how to do it, (in spanish)
http://drupal.org.es/manuales/instalar_idioma
Sustainable Transport in Drupal.
www.ridebubble.org
www.nosfuimos.cl
How you do it?
Can you translate in english how you do it?
I also enabled the Language module, set to default my local language but no effects.
Thanks.
1. go to ADMINISTER. 2.
1. go to ADMINISTER.
2. clic in MODULES
3. Activate LOCALE module, save.
4. go back to ADMINISTER
5. click LOCALIZATION, inside SITE CONFIGURATION
3. Igo to ADD LANGUAGE and add SPANISH -> check ENABLED and "DEFAULT" ¡¡¡¡ This is important!!
4. go to IMPORT tab and click examinate or browse and browse "es.po" file (I think this was the name of the file) inside the downloaded spanish language folder
Sustainable Transport in Drupal.
www.ridebubble.org
www.nosfuimos.cl
import tab
Where is the import tab?
import tab
you forgot to mention that the Import tab is in the translate interface menu entry...
Some texts are translated at install time
I made the same mistake. I installed Drupal 6 in English and tried to change the language. Unfortunately it seems that after installation the language cannot be completely changed because some texts are translated at install time. Adding a new language and setting it as default does not affect those texts. :(
For example preconfigured content types (Page and Story) and their descriptions remain in English. See #138191: "Story" & "Page" Translation Problems for more information. Of course it is possible to copy translations from .po files and manually replace those texts. See the comment #2 in #138191: "Story" & "Page" Translation Problems for instructions.
But, I hate manual work and how do I find all texts that are translated at install time...
Same problem here
I can't really figure this out. It also messes up my pathauto created URLs and the navigation menu :S
hack
- create another drupal, with desired default language.
- activate same modules, themes, etc., and export ALL translations with Translation template extractor (potx), then (after backup!) import the generated .po file to old drupal (you can try to clear language tables before import)
It only an idea :)
Try to find and import file
Try to find and import file from pl-6.x-0.3\modules\system\translations\all.pl.po (your language folder)
Five steps to change the language
Detail answer is here: Change language after installation in drupal 6