I have the following problem with a translation:

The button-text "Decline" on the consent-modal and consent-notice is on my German website translated to "Ablehnen" and I find no way to change that translation (I can change the translation of all other buttons with Drupal's translate Interface, but not the Decline/Ablehnen one.

CommentFileSizeAuthor
#6 3145693_6_add_string_translations.patch619 bytesszloredan

Issue fork klaro-3145693

Command icon Show commands

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

MJH created an issue. See original summary.

MJH’s picture

Issue summary: View changes
MJH’s picture

Title: Translation problems » Translation problem
Issue summary: View changes
MJH’s picture

When I add the following line in klaro.module (line 133), it works as expected:
$klaro_config['translations'][$lang]['decline'] = t('Decline');

jan kellermann’s picture

Assigned: Unassigned » kulmjens
szloredan’s picture

StatusFileSize
new619 bytes

I added a patch for this.

jan kellermann’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.