Trying to use this module instead of locale module..
patchak - April 17, 2009 - 22:42
| Project: | String Overrides |
| Version: | 6.x-1.7 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Hey there, I'm not sure if I'm doing the right thing... I want to completely replace locale module to use this module instead, to reduce the db load of the drupal interface, is this possible?
Seems we need the locale module enabled to be able to override strings in another language?? But once the string overrides are in place, should I disable the locale module? How can I make sure the translations are passed by your module and not locale module anymore??
I tried to import some translations directly into the english language and it does not work... any tips?
Thanks a lot
Patchak

#1
You shouldn't use this module to provide full translations to a different language. Instead you should just use this module to add additional small changes to the text that's presented.
#2
Ahhhh damn, ok I see.. I thought it was a good way to reduce load on my server... but no!! Thanks for the quick answer! Cheers!
Patchak
#3
Hello,
Why not using it to fully translate a website ?
Thanks.
#4
Although String Overrides is good for changing stuff that's passed through t(), it isn't really designed to provide full translations as it loads all the translations into the variables table. Locale is designed to be scalable like that as it sticks its translations into its own database table. So, use Locale if you're translating to a different language, and String Overrides if you are just wanting to change some strings on your site.
Hopefully that helps! :-)
#5
Automatically closed -- issue fixed for 2 weeks with no activity.