Although the patch works I have the following doubt
now I have this option to translate the string as seen in the imagebut if I enter the Spanish language, for example, it takes me to the normal route as seen in the image, so how would I separate the texts to be eliminated if in the end it joins everything
- last update
12 months ago 48 pass Hello,
I encountered an issue with the max length of the translation field Strings to Remove. It allows only 128 characters, which is not enough for most of the suggestions per language ( https://www.drupal.org/node/847370 β ).
I am proposing a solution which is to change the type of the field from label to text. Tested it and it seems to be ok. Here is a patch for the change.
- Status changed to Needs work
4 months ago 9:10pm 31 July 2024 - π¨πSwitzerland berdir Switzerland
Thanks, should should be done as a merge request now to run current tests. A test for this would be really useful, as this is changing a lot of code, even if it's fairly simple, it's pretty easy to miss one of those cases.