Needs review
Project:
MaxLength
Version:
3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
19 Mar 2026 at 09:15 UTC
Updated:
19 Mar 2026 at 09:19 UTC
Jump to comment: Most recent
You can't translate the 'Count down message' string with interface translation.
Enable the maxlength on a text field. Export the config.
The string "Content limited to @limit characters, remaining: @remaining" gets saved into the config file of the text field. Now its only translatable with config translation.
Move the string to attributes placeholder, this way the default string can be translated with interface translation and only need config translation if you change it to an individual string.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
gashunk commentedMoved the count down message to the placeholder attribute. Now its no longer written to the config by default and can be translated with interface translation. If you change the string, you need to config translate it.