-
Notifications
You must be signed in to change notification settings - Fork 40
Closed
backdrop/backdrop
#5091Description
Description of the bug
The Locale module can translate the values of the system.core.json settings defined by "_config_translatables"
. These are only displayed if the getTranslated()
method is used and not get()
.
"_config_translatables": [
"anonymous",
"site_name",
"site_slogan",
"maintenance_mode_message"
],
Steps To Reproduce
To reproduce the behavior:
- Install Locale module.
- Add a new language. Make it the default language. (admin/config/regional/language)
- Translate (admin/config/regional/translate/translate) this string:
Anonymous
- Open a 'Cancel account' page. (user/XX/cancel)
- Check the 'anonymous' string on radio form label.
Actual behavior
The 'anonymous' string is not translated.
Expected behavior
The 'anonymous' string is translated.
Additional information
- Backdrop CMS version: 1.32.x-dev
- [Related discussion](#Backdrop > Config and translation @ 💬)
avpaderno