Closed (works as designed)
Project:
Persistent Login
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
27 Dec 2017 at 10:12 UTC
Updated:
21 Nov 2019 at 20:21 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Anonymous (not verified) commentedDana Yousef created an issue. See original summary.
Comment #2
Anonymous (not verified) commentedWe need to wrap the label with t function so we can translate the label for other languages.
Comment #3
Anonymous (not verified) commentedComment #4
gappleTranslation 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.