if you import 1000 string into string overrides, and surfing admin/settings/stringoverrides, broswer will be freezing.
think of that add pager may can solve this problem.
if you import 1000 string into string overrides, and surfing admin/settings/stringoverrides, broswer will be freezing.
think of that add pager may can solve this problem.
Comments
Comment #1
robloachWow, if you're using something like 1000 string replacements, you should be using Locale instead. Although String Overrides is good for small text changes, it doesn't really work well when you have that many overrides. I'll document this on the project page. Having only one page of overrides reminds people that it's not meant to be used as a complete replacement to Locale. Thanks!