missing t() for FAQ-title and Back to Top
uther - July 7, 2008 - 11:18
| Project: | faq |
| Version: | 5.x-2.11 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Is it possible to use t(variable_get('faq_title', 'Frequently Asked Questions')) and t(variable_get('faq_back_to_top', 'Back to Top')) ?
Without the t() the FAQ-title and the Back to Top link are only displayed in english.

#1
These are configurable strings and so should not be wrapped in
t()in the code. Instead please see the documentation at http://drupal.org/node/252253 on how to translate these strings.Cheers,
Stella
#2
Automatically closed -- issue fixed for two weeks with no activity.