Hello,
I have just installed pathauto on a french translated Drupal and the paths configuration form gets some bug.

All the input fields have "%nodetypename" in their label instead of the value of %nodetypename.

So, I cannot configure my paths.

Is there a fix ?

Comments

fredklopper’s picture

Hello,

Same problem with the Dutch translation. Replace %nodetypename with @node_type in your po file (row 217).

With best regards,

Fred Klopper

rancky’s picture

I do not have %nodetypename on line 217 of my fr.po.
I've tried to replace the three occurences I've found but it does not change anything.

What are these "%..." and "@...." ?

rancky’s picture

Ok,
in any languages, replace each "%nodetypename" with "@nodetype" in PO file and then import this file in "'admin/build/translate".

aimevp’s picture

@rancky

Thx for the solution although i should correct you that it is not @nodetype but @node_type. Anyway thx a lot for the tip ;o)

mrsimonelliott’s picture

brilliant, thanks

greggles’s picture

Status: Active » Fixed

If all of you could update the translations that would be great. As a support request, I guess this is fixed.

Status: Fixed » Closed (fixed)

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