Make 'Read more' link translatable
yngens - August 31, 2009 - 10:02
| Project: | Read More link (Drupal 6 and earlier) |
| Version: | 6.x-5.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
I've just installed the last dev version of this useful module. It is possible to change words "Read more" to whatever you want on '/admin/settings/ed_readmore'. However, I have multi-language Drupal installation and really need this expression to be translatable.

#1
I committed a possible fix to 6.x-5.x-dev. Thanks for the suggestion!
#2
Many Thanks Todd, it's exactly what I miss !
#3
The committed fix was to wrap the variable in the
t()function, which is definitely not the right way to fix this, and is discouraged. Instead your site can be configured to use 'ed_readmore_title' as a multilingual variable.#4
Automatically closed -- issue fixed for 2 weeks with no activity.