CommentFileSizeAuthor
#3 persistent_login-label_translation-2933175-3.patch901 bytesAnonymous (not verified)

Comments

Anonymous’s picture

Dana Yousef created an issue. See original summary.

Anonymous’s picture

We need to wrap the label with t function so we can translate the label for other languages.

Anonymous’s picture

gapple’s picture

Category: Support request » Bug report
Status: Active » Closed (works as designed)

Translation is handled by the core Configuration Translation module. Once enabled, the persistent login configuration form will have an additional tab to edit translations for any additional site languages.
The translation for "Remember me" should also be imported from localize.drupal.org if available for the corresponding language.

t() should only be applied to static, english strings.