Slug text is not translatable

Created on 7 May 2015, about 10 years ago
Updated 20 July 2025, 8 days ago

The text used for slug is not translatable.
I think it must be so you can use it in a multilingual site.

The modification is very simple, you only have to modify the line 851 in dfp.module
$tag->slug = dfp_format_slug($tag->slug);
Change to:
$tag->slug = t(dfp_format_slug($tag->slug));

Feature request
Status

Closed: outdated

Version

1.3

Component

Code

Created by

🇪🇸Spain JulianVJ

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024